Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit caf96a6

Browse files
Specify GITHUB_TOKEN permissions in generate_app_id.yml (#7369)
1 parent 44ef9de commit caf96a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/generate_app_id.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Binary App ID Generator
22

3+
permissions:
4+
actions: write
5+
checks: write
6+
contents: write
7+
deployments: write
8+
pull-requests: write
9+
statuses: write
10+
311
on:
412
issue_comment:
513
types: [edited]

0 commit comments

Comments
 (0)