Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Commit ede42b8

Browse files
committed
ci: missing permission
1 parent 89dd85d commit ede42b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
build:
77
name: Build & Publish
88
runs-on: ubuntu-latest
9+
permissions:
10+
id-token: write
911
steps:
1012
- name: Checkout repository
1113
uses: actions/checkout@v4

0 commit comments

Comments
 (0)