Skip to content

Commit

Permalink
chore: Fix GH action (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns authored Jul 26, 2024
1 parent 023a89d commit f44fdc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.node-version }}
cancel-in-progress: true

permissions:
contents: read
id-token: write

steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@main
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md

0 comments on commit f44fdc0

Please sign in to comment.