File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 type : string
1111 secrets :
1212 # This token should be owned by https://github.com/protobuf-team-bot
13- BCR_PUBLISH_TOKEN :
13+ BOT_ACCESS_TOKEN :
1414 required : true
1515 # In case of problems, let release engineers retry by manually dispatching
1616 # the workflow from the GitHub UI
3333 id-token : write
3434 secrets :
3535 # Necessary to push to the BCR fork, and to open a pull request against a registry
36- publish_token : ${{ secrets.BCR_PUBLISH_TOKEN }}
36+ publish_token : ${{ secrets.BOT_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 3030 with :
3131 tag_name : ${{ inputs.tag_name }}
3232 secrets :
33- BCR_PUBLISH_TOKEN : ${{ secrets.BCR_PUBLISH_TOKEN }}
33+ BOT_ACCESS_TOKEN : ${{ secrets.BOT_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments