Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
lightlike committed Jun 21, 2024
1 parent 1255adc commit cf19719
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
tags: [ 'v*.*.*' ]

permissions:
contents: write

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
Expand All @@ -18,7 +15,7 @@ jobs:

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

0 comments on commit cf19719

Please sign in to comment.