Skip to content

Commit

Permalink
fix: replace github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktay Alizada authored Feb 14, 2024
1 parent ec2cc2c commit 9dc158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: "${{ steps.generate_token.outputs.token }}"
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 9dc158a

Please sign in to comment.