Skip to content

Commit

Permalink
Adding package write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
benrady-aq committed Dec 11, 2024
1 parent e1c6759 commit 86474ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ env:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v1
- name: build
- name: publish
run: make publish

0 comments on commit 86474ec

Please sign in to comment.