Skip to content

Commit

Permalink
pipelinefix
Browse files Browse the repository at this point in the history
  • Loading branch information
elmuerte committed Feb 23, 2024
1 parent d0255f1 commit fd1892a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
branches: ["main"]

jobs:
permissions:
contents: read
pages: write
id-token: write
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "npm"
Expand Down

0 comments on commit fd1892a

Please sign in to comment.