Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
better permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Jan 3, 2024
1 parent 7d6bd5f commit 5e2be71
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write

permissions: write-all

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 5e2be71

Please sign in to comment.