File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,8 @@ updates:
11
11
patterns :
12
12
- ' @navikt/ds-*'
13
13
- ' @navikt/aksel-icons'
14
+
15
+ - package-ecosystem : github-actions
16
+ directory : " /"
17
+ schedule :
18
+ interval : ' daily'
Original file line number Diff line number Diff line change 64
64
source : dist
65
65
destination : /internarbeidsflate-decorator-v3/dev/latest
66
66
cache_invalidation : true
67
- identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
68
- project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
69
67
headers : |-
70
68
cache-control: public, max-age=300
71
69
90
88
source : dist
91
89
destination : /internarbeidsflate-decorator-v3/prod/latest
92
90
cache_invalidation : true
93
- identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
94
- project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
95
91
headers : |-
96
92
cache-control: public, max-age=600
You can’t perform that action at this time.
0 commit comments