Skip to content

Commit 42569b4

Browse files
committed
fix permissions in workflow
1 parent 46a85a5 commit 42569b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-sandbox-dispatch.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
deploy-argo:
4848
needs: [generate]
4949
runs-on: ubuntu-latest
50+
permissions:
51+
contents: read
52+
packages: write
5053
strategy:
5154
matrix:
5255
base_dir: [./env/atkv3-sandbox/skiperator-system, ./env/atgcp1-sandbox/skiperator-system]

0 commit comments

Comments
 (0)