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

Specify GITHUB_TOKEN permissions in generate_app_id.yml #7369

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/generate_app_id.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Binary App ID Generator

permissions:
actions: write
checks: write
contents: write
deployments: write
pull-requests: write
statuses: write

on:
issue_comment:
types: [edited]
Expand Down