Skip to content

Commit

Permalink
Merge pull request #6 from sylabs/josueneo-action-permission
Browse files Browse the repository at this point in the history
Update publish.yaml
  • Loading branch information
josueneo authored May 17, 2024
2 parents 6cf20f3 + b5fe776 commit 796bb43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
publish-pdf:
name: publish-pdf
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down Expand Up @@ -33,4 +35,4 @@ jobs:
#tag: "PDF"
tag: ${{ github.ref }}
overwrite: true
file: output.pdf
file: output.pdf

0 comments on commit 796bb43

Please sign in to comment.