Skip to content

Commit 0be8ee6

Browse files
ci: Grant permissions to Package reusable wofklow in CI config (#200)
Issue: #196
1 parent 4ce123f commit 0be8ee6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
package:
8383
needs: ["test"]
8484

85+
permissions:
86+
id-token: "write"
87+
8588
uses: "./.github/workflows/ci_package.yml"
8689

8790
release:

0 commit comments

Comments
 (0)