Skip to content

Commit c4b2c8b

Browse files
committed
fix: add trusted-publisher permissions
1 parent b3b2acb commit c4b2c8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
needs: [dist, checks]
7878
runs-on: ubuntu-latest
7979
if: github.event_name == 'release' && github.event.action == 'published'
80+
environment: release
81+
permissions:
82+
id-token: write
8083
steps:
8184
- uses: actions/download-artifact@v4
8285
with:

0 commit comments

Comments
 (0)