Skip to content

Commit 25d9708

Browse files
committed
fjerner deprecated input
1 parent e7fd761 commit 25d9708

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build-and-deploy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
with:
5757
tag: 'latest'
5858
team: k9saksbehandling
59-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
60-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
6159

6260
- name: Deploy k9-los-web til dev
6361
uses: nais/deploy/actions/deploy@v2

.github/workflows/valid-pull-request.yml

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
if: ${{github.actor != 'dependabot[bot]'}}
4848
with:
4949
build-version: ${{ github.sha }}
50-
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
51-
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
5250
push-image: 'false'
5351
upload-image: 'true'
5452
docker_platforms: 'linux/amd64'

0 commit comments

Comments
 (0)