Skip to content

Commit 0bda8a1

Browse files
committed
Fjerner parametre som bare brukes ved reusable workflow
1 parent 6a42f37 commit 0bda8a1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-master.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
deploy-dev:
6060
name: Deploy dev
6161
runs-on: ubuntu-latest
62-
permissions:
63-
id-token: read
64-
contents: read
6562
needs: [ build, test ]
6663
environment: "dev-fss:k9saksbehandling"
6764
concurrency: "dev-fss:k9saksbehandling"
@@ -79,9 +76,6 @@ jobs:
7976
deploy-prod:
8077
name: Deploy prod
8178
runs-on: ubuntu-latest
82-
permissions:
83-
id-token: read
84-
contents: read
8579
needs: [ build, test, deploy-dev ]
8680
environment: "prod-fss:k9saksbehandling"
8781
concurrency: "prod-fss:k9saksbehandling"

0 commit comments

Comments
 (0)