We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5ed12 commit eb59b10Copy full SHA for eb59b10
.github/workflows/build-and-deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
node-version: "lts/*"
39
- name: Release
40
env:
41
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.DEPLOYMENT_TOKEN }}
42
run: |
43
npm install
44
npx semantic-release
@@ -61,7 +61,7 @@ jobs:
61
with:
62
registry: ${{ env.REGISTRY }}
63
username: ${{ github.actor }}
64
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.DEPLOYMENT_TOKEN }}
65
- id: full-image-name
66
run: echo "image-name=${{env.REGISTRY}}/${{env.IMAGE_NAME}}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
67
- name: Build and push the image to GitHub Container registry
0 commit comments