Skip to content

Commit

Permalink
fix(ci): set permissions in main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 28, 2025
1 parent 2879850 commit 536681f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actions/publish-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ inputs:
description: 'The tag to publish to on NPM.'
token:
description: 'The NPM authentication token required to publish.'

runs:
using: 'composite'
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
needs: [build_stencil_sass]
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- name: Checkout Code
Expand Down

0 comments on commit 536681f

Please sign in to comment.