Skip to content

Commit 95cd5c8

Browse files
committed
update token
1 parent a002430 commit 95cd5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: steps.latest.outputs.latest != steps.current.outputs.current
7070
uses: peter-evans/create-pull-request@v6
7171
with:
72-
token: ${{ secrets.GITHUB_TOKEN }}
72+
token: ${{ secrets.ACCESS_TOKEN }}
7373
branch: nightly/update-${{ steps.latest.outputs.latest }}
7474
title: "Update to ${{ steps.latest.outputs.latest }}"
7575
body: "Automated nightly update to aztec-packages ${{ steps.latest.outputs.latest }}"
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/github-script@v7
8484
with:
85-
github-token: ${{ secrets.GITHUB_TOKEN }}
85+
github-token: ${{ secrets.ACCESS_TOKEN }}
8686
script: |
8787
await github.rest.issues.create({
8888
owner: context.repo.owner,

0 commit comments

Comments
 (0)