Skip to content

Commit

Permalink
fix further tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Feb 6, 2023
1 parent 85f14c5 commit fd0063c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-action-release-ae.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: "Get the latest version of the package"
run: |
echo "@simatic-ax:registry=https://npm.pkg.github.com/" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.CI_KIT_TOKEN }}" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.DEPLOY_KEY }}" >> .npmrc
echo "always-auth = true" >> .npmrc
cat .npmrc
echo "VERSION=$(npm show @${{ env.SCOPE }}/template-${{ env.PROJECT_NAME }} version --registry=https://npm.pkg.github.com --scope=${{ env.SCOPE }})" >> $GITHUB_ENV
Expand All @@ -33,6 +33,7 @@ jobs:
with:
repo: ${{ env.VERSIONING_TOOL_REPO }}
file: "conventional-commit"
token: ${{ secrets.DEPLOY_KEY }}

- id: bump
name: "Bump version"
Expand Down

0 comments on commit fd0063c

Please sign in to comment.