Skip to content

Commit

Permalink
ci: Fix actions packages write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Jun 19, 2024
1 parent 9a039d4 commit 049d382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/adapter-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
test-build-publish:
permissions:
contents: write
packages: write
name: Test and build
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
test-build-publish:
permissions:
contents: write
packages: write
name: Test and build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 049d382

Please sign in to comment.