We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4757527 commit a0e9f8eCopy full SHA for a0e9f8e
.github/workflows/release.yml
@@ -45,6 +45,6 @@ jobs:
45
working-directory: sssd
46
shell: bash
47
env:
48
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.BOT_TOKEN }}
49
run: |
50
./scripts/release.sh "${{ inputs.branch }}" "${{ inputs.version }}"
0 commit comments