Skip to content

Commit eee9cf3

Browse files
committed
ci: Use GH_TOKEN_PR_RW for PR creation
1 parent 6f63d1b commit eee9cf3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/scheduled-bump-cargo-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
echo "No changes to commit."
6868
fi
6969
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PR_RW }}
7171

.github/workflows/sync-flake-lock.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,4 @@ jobs:
7171
echo "No changes to commit."
7272
fi
7373
env:
74-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75-
74+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PR_RW }}

0 commit comments

Comments
 (0)