Skip to content

Commit 52c7dd7

Browse files
authored
Merge pull request #173 from navikt/fjerne-deprecated-workflow-variabler-
Legacy - fjerne deprecated work flow variabler fra build & deploy
2 parents 99a660d + de4e7c7 commit 52c7dd7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/master.yml

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
with:
3333
team: teamfamilie
3434
tag: latest
35-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
36-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
3735
byosbom: build/resources/main/META-INF/sbom/application.cdx.json
3836
outputs:
3937
image: ${{ steps.docker-push.outputs.image }}

.github/workflows/pull-requests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
with:
3333
team: teamfamilie
3434
tag: latest
35-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
36-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
3735
byosbom: build/resources/main/META-INF/sbom/application.cdx.json
3836
outputs:
3937
image: ${{ steps.docker-push.outputs.image }}

0 commit comments

Comments
 (0)