We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GITHUB_TOKEN
1 parent 189feb3 commit 2d9915dCopy full SHA for 2d9915d
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.CR_PAT }}
+ password: ${{ secrets.GITHUB_TOKEN }}
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.CR_PAT }}" >> $GITHUB_ENV
+ echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
67
echo "USERNAME=${{ secrets.DEPLOY_USERNAME }}" >> $GITHUB_ENV
68
69
- name: remote docker-compose up via ssh
0 commit comments