We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_TOKEN
1 parent 4d21104 commit 66dd01cCopy full SHA for 66dd01c
.github/workflows/update-lifecycle.yml
@@ -6,6 +6,9 @@ on:
6
- cron: '0 8 * * MON'
7
workflow_dispatch:
8
9
+# Disable all GITHUB_TOKEN permissions, since the GitHub App token is used instead.
10
+permissions: {}
11
+
12
jobs:
13
update-lifecycle:
14
name: Update lifecycle
0 commit comments