Skip to content

Commit 07cdb64

Browse files
ci: Setup proper permissions for CI Package reusable workflow call (#106)
1 parent 062b04c commit 07cdb64

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
package:
7575
needs: ["test"]
7676

77+
permissions:
78+
id-token: "write"
79+
7780
uses: "./.github/workflows/ci_package.yml"
7881

7982
release:

0 commit comments

Comments
 (0)