Skip to content

Commit

Permalink
Merge pull request #29 from g-ongenae/fixture/fix-secrets-github
Browse files Browse the repository at this point in the history
[FIX] Fix secrets of GitHub
  • Loading branch information
g-ongenae authored Dec 6, 2023
2 parents 2207881 + 9aa5b1e commit ee3c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm run semantic-release
name: Run Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT_SEMANTIC_RELEASE }}
GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_GHA_PAT }}
GITHUB_NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/
GITHUB_NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
Expand Down

0 comments on commit ee3c88f

Please sign in to comment.