Skip to content

Commit

Permalink
PECHA_TOKEN_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Jan 22, 2024
1 parent d655594 commit 465c8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Login to GitHub Container Registry
run: echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
run: echo ${{ secrets.PECHA_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin

- name: Set Env Variables in lowecase
run: |
Expand Down

0 comments on commit 465c8a6

Please sign in to comment.