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 eb59b10 commit 1f87ce6Copy full SHA for 1f87ce6
.github/workflows/build-and-deploy.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
submodules: recursive
34
fetch-depth: 0
35
+ token: ${{ secrets.DEPLOYMENT_TOKEN }}
36
- name: Setup Node.js
37
uses: actions/setup-node@v3
38
@@ -61,7 +62,7 @@ jobs:
61
62
63
registry: ${{ env.REGISTRY }}
64
username: ${{ github.actor }}
- password: ${{ secrets.DEPLOYMENT_TOKEN }}
65
+ password: ${{ secrets.GITHUB_TOKEN }}
66
- id: full-image-name
67
run: echo "image-name=${{env.REGISTRY}}/${{env.IMAGE_NAME}}" | tr '[:upper:]' '[:lower:]' >> $GITHUB_OUTPUT
68
- name: Build and push the image to GitHub Container registry
0 commit comments