Skip to content

Commit

Permalink
Fixed github token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderBlom authored Dec 3, 2023
1 parent ca0825b commit d2b5095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
actions: write

steps:
- name: Checkout Repository
Expand Down

0 comments on commit d2b5095

Please sign in to comment.