mirror of
https://github.com/zedeus/nitter.git
synced 2025-04-15 05:44:08 +00:00
Use secrets.GITHUB_TOKEN
This commit is contained in:
parent
f3f5f0e620
commit
abf63ab0c0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ github.token }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Build and push AMD64 Docker image
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue