File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,5 +189,5 @@ jobs:
189189 working-directory : tools
190190 env :
191191 UPLOAD_URL : ${{ github.event.release.upload_url }}
192- ADABOT_GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
192+ ADABOT_GITHUB_ACCESS_TOKEN : ${{ secrets.BLINKA_GITHUB_ACCESS_TOKEN }}
193193 if : github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')
Original file line number Diff line number Diff line change 3434 working-directory : tools
3535 env :
3636 RELEASE_TAG : ${{ github.event.release.tag_name }}
37- ADABOT_GITHUB_ACCESS_TOKEN : ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
37+ ADABOT_GITHUB_ACCESS_TOKEN : ${{ secrets.BLINKA_GITHUB_ACCESS_TOKEN }}
3838 if : github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')
You can’t perform that action at this time.
0 commit comments