Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 21, 2024
1 parent 7c16820 commit 339be38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

permissions:
contents: read
id-token: write

# https://github.com/vitejs/vite/blob/main/.github/workflows/ci.yml
env:
Expand Down Expand Up @@ -45,8 +46,7 @@ jobs:

test:
runs-on: ubuntu-latest
permissions:
id-token: write

steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand Down

0 comments on commit 339be38

Please sign in to comment.