Skip to content

Commit

Permalink
test perms
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Nov 13, 2024
1 parent 84dee23 commit 6a16cef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ env:
CRD_IMAGE_REPO: sozercan/gatekeeper-crds
GATOR_IMAGE_REPO: sozercan/gator

permissions:
contents: read
packages: write

jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-22.04"
permissions:
contents: write
packages: write
# if: startsWith(github.ref, 'refs/tags/v') && github.repository == 'open-policy-agent/gatekeeper'
timeout-minutes: 45
steps:
Expand Down

0 comments on commit 6a16cef

Please sign in to comment.