Skip to content

Commit b11df05

Browse files
authored
cd: fix permissions for deploy (#18)
1 parent 6f83b0e commit b11df05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
runs-on: ubuntu-latest
7575
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
7676
needs: [set-variables, docker-build]
77+
permissions:
78+
contents: "read"
79+
id-token: "write"
7780
environment: stg
7881
env:
7982
VERSION: ${{ needs.set-variables.outputs.VERSION }}

0 commit comments

Comments
 (0)