We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971dcda commit 795b748Copy full SHA for 795b748
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
with:
73
registry: ghcr.io
74
username: ${{ github.actor }}
75
- password: ${{ secrets.GH_PAT_FOR_SHIVA }}
+ password: ${{ secrets.GH_PAT }}
76
- name: List Available Images in GitHub Container Registry
77
run: |
78
curl -s -H "Authorization: Bearer ${{ secrets.GH_PAT_FOR_SHIVA }}" \
0 commit comments