File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
EVENT_NAME : ${{ github.event_name }}
29
29
EVENT_ACTION : ${{ github.event.action }}
30
30
with :
31
- github-token : ${{ secrets.GITHUB_TOKEN }}
31
+ github-token : ${{ secrets.ACCESS_TOKEN }}
32
32
script : |
33
33
const { main } = await import('${{ github.workspace }}/automations/js/src/project_automation/issues.mjs')
34
34
await main(github, context)
Original file line number Diff line number Diff line change 68
68
- name : Perform PR automations
69
69
uses : actions/github-script@v7
70
70
with :
71
- github-token : ${{ secrets.GITHUB_TOKEN }}
71
+ github-token : ${{ secrets.ACCESS_TOKEN }}
72
72
script : |
73
73
const { main } = await import('${{ github.workspace }}/automations/js/src/project_automation/prs.mjs')
74
74
await main(github)
You can’t perform that action at this time.
0 commit comments