Skip to content

Commit b453639

Browse files
authored
Merge pull request #252 from cipherstash/chore/release-trusted-actions
chore: add permissions for Trusted Actions in release workflow
2 parents b6ac746 + 4781da5 commit b453639

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Release JS
22

3+
# Permissions for the workflow to use Trusted Actions
4+
# See https://docs.npmjs.com/trusted-publishers#supported-cicd-providers
5+
permissions:
6+
id-token: write # Required for OIDC
7+
contents: read
8+
39
on:
410
push:
511
branches:

0 commit comments

Comments
 (0)