Skip to content

Commit 578bbad

Browse files
committed
add permission
1 parent b0a2c9a commit 578bbad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/klass-forvaltning-dev-build-and-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141
deploy-test:
4242
name: Deploy to test
4343
needs: docker-build
44-
runs-on: ubuntu-latest
44+
permissions:
45+
contents: "read"
46+
id-token: "write"
47+
packages: "read"
4548
steps:
4649
- name: Checkout
4750
uses: actions/checkout@v4

0 commit comments

Comments
 (0)