Skip to content

Commit

Permalink
change scope location
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Apr 26, 2024
1 parent 8d1380c commit 372f02f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ on:
branches: [main]

permissions:
contents: read
attestations: write
id-token: write
packages: write
contents: write

jobs:
ghcr-io:
runs-on: ubuntu-latest
permissions:
attestations: write
id-token: write
packages: write
contents: read
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 372f02f

Please sign in to comment.