Skip to content

Commit 8210ace

Browse files
committed
Use GITHUB_TOKEN instead of ACCESS_TOKEN
1 parent 6019277 commit 8210ace

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/quarterly_tasks.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
job:
1010
runs-on: ubuntu-22.04
11+
permissions:
12+
issues: write
1113
steps:
1214
- name: Create periodic recipe maintenance issue
1315
shell: python
@@ -48,7 +50,7 @@ jobs:
4850
print(f"✅ Issue successfully created at {url}/{resp.json().get('number')}")
4951
sys.exit(0)
5052
env:
51-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
53+
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5254
REPO: openzim/zim-requests
5355
LABELS: recovery
5456
ASSIGNEES: benoit74

0 commit comments

Comments
 (0)