Skip to content

Commit e4c3f62

Browse files
committed
Dopkioy stegene må ha tilgang til id-token.
1 parent 3bf5a43 commit e4c3f62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
needs: [build]
5151
if: github.ref == 'refs/heads/master'
5252
runs-on: ubuntu-latest
53+
permissions:
54+
contents: "read"
55+
id-token: "write"
5356
environment: dev-fss
5457
steps:
5558
- uses: actions/checkout@v4
@@ -65,6 +68,9 @@ jobs:
6568
needs: [build, deploy-dev]
6669
if: github.ref == 'refs/heads/master'
6770
runs-on: ubuntu-latest
71+
permissions:
72+
contents: "read"
73+
id-token: "write"
6874
environment: prod-fss
6975
steps:
7076
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)