Skip to content

Commit

Permalink
chore: Fix permissions on release runner (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-paliychuk authored Sep 25, 2024
1 parent 0e8618e commit 38493e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
environment:
name: release
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 38493e4

Please sign in to comment.