Skip to content

Commit

Permalink
job-level permission
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Feb 24, 2023
1 parent 80543c9 commit 52634af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
tags:
- 'release/*'

permissions:
packages: write

env:
DOCKER_REGISTRY: ghcr.io/linkerd

Expand All @@ -34,6 +31,7 @@ jobs:
needs: [tag]
runs-on: ubuntu-20.04
permissions:
packages: write
id-token: write # needed for signing the images with GitHub OIDC Token
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 52634af

Please sign in to comment.