Skip to content

Commit

Permalink
adjust permission for release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDodds committed Nov 26, 2022
1 parent b45b1f0 commit 7ae5edf
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 @@ -13,7 +13,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-22.04
permissions:
contents: read
contents: write
packages: write
steps:
- name: Checkout repository
Expand Down

0 comments on commit 7ae5edf

Please sign in to comment.