Skip to content

Commit

Permalink
pecha_token_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Jan 7, 2025
1 parent 064823f commit b2bda21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.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.PECHA_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
run: echo ${{ secrets.ADMIN_GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin

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

0 comments on commit b2bda21

Please sign in to comment.