Skip to content

Commit

Permalink
Use pat
Browse files Browse the repository at this point in the history
  • Loading branch information
eapolinario committed Aug 16, 2023
1 parent 3dca6a7 commit 1209caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: "${{ inputs.organization }}"
password: "${{ secrets.GITHUB_TOKEN }}"
username: "${{ secrets.FLYTE_BOT_USERNAME }}"
password: "${{ secrets.FLYTE_BOT_PAT }}"
#
# push_docker_image:
# name: Build & Push Flytepropeller Image
Expand Down

0 comments on commit 1209caf

Please sign in to comment.