Skip to content

Commit 0f248c5

Browse files
committed
use access token
1 parent 806d550 commit 0f248c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Create empty commit in backup-utils
4141
id: empty-commit
4242
env:
43-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
43+
ACCESS_TOKEN: ${{ steps.app-token.outputs.token }}
4444
run: |
4545
git config user.name "release-controller[bot]"
4646
git config user.email "[email protected]"

0 commit comments

Comments
 (0)