Skip to content

Commit 1ea8a9b

Browse files
authored
Merge pull request #60 from AutomateThePlanet/ci/add-trusted-publishing-permissions
ci: enable npm trusted publishing
2 parents c29b822 + 964f94e commit 1ea8a9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- main
88
- develop
99

10+
permissions:
11+
id-token: write
12+
contents: read
13+
1014
jobs:
1115
build:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)