Skip to content

Commit 3e2f6af

Browse files
committed
ci: set run-many use publish.yml
1 parent 9ca46b2 commit 3e2f6af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ env:
1414
jobs:
1515
publish:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: "read"
19+
actions: "read"
20+
id-token: "write" # needed for provenance data generation
1721
steps:
1822
- name: Checkout
1923
uses: actions/checkout@v4

0 commit comments

Comments
 (0)