Skip to content

Commit

Permalink
fix: update publish permissions (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorzi committed Feb 9, 2024
1 parent b4916f1 commit b021f1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -3,6 +3,8 @@ on: push
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v1
- name: Build docker image
Expand Down

0 comments on commit b021f1d

Please sign in to comment.