Skip to content

Commit

Permalink
fix: release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jul 30, 2024
1 parent 383916f commit 52976f7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ on:
jobs:
npm_publish:
name: Publish packages to npmjs
permissions:
id-token: write
packages: write
uses: ./.github/workflows/npm-publish.yml

build_docker_images:
name: Build Docker Images
permissions:
packages: write
needs:
- npm_publish
uses: ./.github/workflows/docker.yml
uses: ./.github/workflows/docker.yml

0 comments on commit 52976f7

Please sign in to comment.