Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 4d4d59d

Browse files
authored
Add permissions to GitHub Actions workflow
1 parent acd840e commit 4d4d59d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Launcher Build
33
on:
44
push:
55
branches: [ master ]
6-
6+
permissions:
7+
contents: write
8+
issues: write
9+
pull-requests: write
710
jobs:
811
create-release:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)