Skip to content

Commit

Permalink
Update npm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpalomares authored May 6, 2024
1 parent 68ca190 commit 77f2a69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
needs: version
uses: parcelLab/ci/.github/workflows/npm.yaml@v1
with:
access: public
# access: public
buildBeforePublish: false
version: ${{ needs.version.outputs.version }}
secrets:
githubAuthToken: ${{ secrets.NPM_GITHUB_TOKEN }}
npmjsAuthToken: ${{ secrets.PACKAGES_READ_TOKEN }}
githubAuthToken: ${{ secrets.REPO_ACCESS_TOKEN }}
# npmjsAuthToken: ${{ secrets.NPM_TOKEN }}

0 comments on commit 77f2a69

Please sign in to comment.