Skip to content

Commit

Permalink
Use GITHUB_TOKEN (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif authored Dec 11, 2023
1 parent 8314cba commit e2805fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.REPO_GITHUB_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set build variables 📐
id: build_vars
Expand Down

0 comments on commit e2805fa

Please sign in to comment.