1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-11-08 16:01:37 -05:00

Merge pull request #1 from tommytran732/patch-1

Use GITHUB_TOKEN
This commit is contained in:
Wonderfall 2022-09-07 02:03:03 +02:00 committed by GitHub
commit de51202503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ jobs:
- name: Docker login
run: >-
echo "${{ secrets.GHCR_TOKEN }}"
echo "${{ secrets.GITHUB_TOKEN }}"
| docker login -u "${{ github.actor }}" --password-stdin ghcr.io
- name: Push image to GitHub