Skip to content

Commit a0e9f8e

Browse files
committed
scripts: use sssd-bot token for release script
In order to bypass branch protection rules.
1 parent 4757527 commit a0e9f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
working-directory: sssd
4646
shell: bash
4747
env:
48-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
4949
run: |
5050
./scripts/release.sh "${{ inputs.branch }}" "${{ inputs.version }}"

0 commit comments

Comments
 (0)