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 2d9915d commit 57f6805Copy full SHA for 57f6805
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
registry: ghcr.io
19
username: ${{ github.repository_owner }}
20
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.CR_PAT }}
21
22
- name: Build and push Docker images
23
uses: docker/build-push-action@v2.2.2
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Set the value
65
run: |
66
- echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
+ echo "GH_TOKEN=${{ secrets.CR_PAT }}" >> $GITHUB_ENV
67
echo "USERNAME=${{ secrets.DEPLOY_USERNAME }}" >> $GITHUB_ENV
68
69
- name: remote docker-compose up via ssh
0 commit comments