Skip to content

Commit

Permalink
Use github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-gladkii committed Mar 22, 2024
1 parent 79755be commit 46646a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ github.token }}

- name: Extract Docker metadata
id: meta
Expand Down

0 comments on commit 46646a5

Please sign in to comment.