Skip to content

Commit 5260745

Browse files
committed
Fjern deprekerte verdier fra workflows
1 parent a83025f commit 5260745

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ updates:
1111
patterns:
1212
- '@navikt/ds-*'
1313
- '@navikt/aksel-icons'
14+
15+
- package-ecosystem: github-actions
16+
directory: "/"
17+
schedule:
18+
interval: 'daily'

.github/workflows/main-v3.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
source: dist
6565
destination: /internarbeidsflate-decorator-v3/dev/latest
6666
cache_invalidation: true
67-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
68-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
6967
headers: |-
7068
cache-control: public, max-age=300
7169
@@ -90,7 +88,5 @@ jobs:
9088
source: dist
9189
destination: /internarbeidsflate-decorator-v3/prod/latest
9290
cache_invalidation: true
93-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
94-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
9591
headers: |-
9692
cache-control: public, max-age=600

0 commit comments

Comments
 (0)