Skip to content

Commit

Permalink
Lisätty NODE_AUTH_TOKEN CI:ssä, jotta pystytään lataamaan npm-pakette…
Browse files Browse the repository at this point in the history
…ja Github Packagesista
  • Loading branch information
pretseli committed Feb 7, 2025
1 parent 4721bd2 commit c6cb656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [main]
env:
HUSKY: 0
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Valintojen toteuttaminen deploy
env:
HUSKY: 0
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
id-token: write
contents: read
Expand Down

0 comments on commit c6cb656

Please sign in to comment.