Skip to content

Commit 6aa6186

Browse files
committed
[ci] change github token
Signed-off-by: unlsycn <[email protected]>
1 parent e579ad7 commit 6aa6186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
sed -i "s|$oldHash|$newHash|" nix/gcd/gcd.nix
4646
- name: Commit changes
4747
env:
48-
GITHUB_TOKEN: ${{ secrets.BIYUN_GITHUB_ACTION }}
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
run: |
5050
git config user.name github-actions[bot]
5151
git config user.email 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)