Skip to content

Commit

Permalink
ci: fix permissions
Browse files Browse the repository at this point in the history
maybe?
  • Loading branch information
evan-buss committed Aug 11, 2024
1 parent 879b8ed commit a8ee848
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
docker:
name: Docker Publish
runs-on: ubuntu-latest
permissions:
packages: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -90,8 +93,10 @@ jobs:

release:
name: Github Release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout repository
Expand Down

0 comments on commit a8ee848

Please sign in to comment.