Skip to content

Commit 2f78bbc

Browse files
committed
fix: workflow permissions
1 parent 2fffce0 commit 2f78bbc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@ jobs:
5050

5151
build-and-push-image:
5252
runs-on: ubuntu-latest
53-
environment: prod
5453
needs: run-tests
54+
environment: prod
55+
permissions:
56+
id-token: write
57+
attestations: write
5558

5659
steps:
5760
- name: Checkout repository

0 commit comments

Comments
 (0)