Skip to content

Commit

Permalink
change permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
costaluu committed Sep 28, 2024
1 parent 31b4aca commit 48a0402
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
branches:
- main

permissions: write-all
permissions:
actions: write # Allows updating GitHub Actions variables
contents: write # Allows writing to repository contents

jobs:
build:
Expand Down

0 comments on commit 48a0402

Please sign in to comment.