Skip to content

Commit cd3b920

Browse files
authored
chore(cd): use trusted publishing
1 parent cdfa5c2 commit cd3b920

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-deployment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Continuous Deployment
22

33
on: workflow_dispatch
44

5+
permissions:
6+
id-token: write
7+
contents: read
8+
59
jobs:
610
build:
711
name: Build and deploy app
@@ -25,6 +29,5 @@ jobs:
2529
run: npx semantic-release
2630
env:
2731
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2932
HOMEBREW_TOOLS_TOKEN: ${{ secrets.HOMEBREW_TOOLS_TOKEN }}
3033
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}

0 commit comments

Comments
 (0)