Skip to content

Commit

Permalink
* try new perms
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed May 5, 2024
1 parent 43fd1dd commit 42b57e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
steps:
- uses: actions/checkout@v2
- name: Generate book files
Expand All @@ -23,6 +24,5 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "*.pdf,*.epub"
token: ${{ secrets.RELEASE_TOKEN }}
tag: latest
allowUpdates: true

0 comments on commit 42b57e7

Please sign in to comment.