Skip to content

Commit 7c86006

Browse files
chore: add OIDC permissions and standardize job name
* chore: add OIDC permissions for npm trusted publishing * fix: standardize job name to 'Release' per boilerplate
1 parent d35d43a commit 7c86006

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ on:
44
branches:
55
- main
66

7+
permissions:
8+
id-token: write
9+
contents: write
10+
711
jobs:
812
release:
9-
name: '/'
13+
name: 'Release'
1014
uses: technology-studio/github-workflows/.github/workflows/_release.yml@main
1115
secrets: inherit

0 commit comments

Comments
 (0)