Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 31, 2024
1 parent fbeaec7 commit fec2ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Publish package and docs"
on: [push]

permissions:
contents: read
contents: write
pages: write
id-token: write

Expand All @@ -26,8 +26,8 @@ jobs:
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
- name: Install Auri
run: npm install -g auri@1.0.2
- name: Install dependencies
run: npm install
- name: Prepare release
run: npx auri prepare ${{ github.ref_name }}
- name: Publish package
Expand Down

0 comments on commit fec2ae4

Please sign in to comment.