File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,13 @@ jobs:
62
62
needs : build-and-push
63
63
if : github.ref == 'refs/heads/dev'
64
64
runs-on : ubuntu-latest
65
+ permissions :
66
+ contents : read
67
+ id-token : write
65
68
steps :
66
69
- uses : actions/checkout@v3
67
70
- uses : nais/deploy/actions/deploy@v2
68
71
env :
69
- APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
70
72
PRINT_PAYLOAD : true
71
73
CLUSTER : dev-fss
72
74
RESOURCE : .nais/preprod.yml
@@ -77,11 +79,13 @@ jobs:
77
79
needs : build-and-push
78
80
if : github.ref == 'refs/heads/master'
79
81
runs-on : ubuntu-latest
82
+ permissions :
83
+ contents : read
84
+ id-token : write
80
85
steps :
81
86
- uses : actions/checkout@v3
82
87
- uses : nais/deploy/actions/deploy@v2
83
88
env :
84
- APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
85
89
PRINT_PAYLOAD : true
86
90
CLUSTER : prod-fss
87
91
RESOURCE : .nais/prod.yml
You can’t perform that action at this time.
0 commit comments