We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a002430 commit 95cd5c8Copy full SHA for 95cd5c8
.github/workflows/nightly-update.yaml
@@ -69,7 +69,7 @@ jobs:
69
if: steps.latest.outputs.latest != steps.current.outputs.current
70
uses: peter-evans/create-pull-request@v6
71
with:
72
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.ACCESS_TOKEN }}
73
branch: nightly/update-${{ steps.latest.outputs.latest }}
74
title: "Update to ${{ steps.latest.outputs.latest }}"
75
body: "Automated nightly update to aztec-packages ${{ steps.latest.outputs.latest }}"
@@ -82,7 +82,7 @@ jobs:
82
steps:
83
- uses: actions/github-script@v7
84
85
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.ACCESS_TOKEN }}
86
script: |
87
await github.rest.issues.create({
88
owner: context.repo.owner,
0 commit comments