Skip to content

Commit f37253c

Browse files
committed
ci: Use GH_TOKEN_PR_RW for PR creation
1 parent b63ea3e commit f37253c

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
@@ -75,5 +75,4 @@ jobs:
7575
echo "No changes to commit."
7676
fi
7777
env:
78-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79-
78+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PR_RW }}

0 commit comments

Comments
 (0)