@@ -176,7 +176,7 @@ jobs:
176176 image : ghcr.io/fews-net/inf/docker:latest
177177 credentials :
178178 username : ${{ github.repository_owner }}
179- password : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
179+ password : ${{ secrets.GHCR_PAT }}
180180 defaults :
181181 run :
182182 shell : ash --noprofile --norc -eo pipefail {0} # Fail on any non-zero exit code, even in piped commands
@@ -322,7 +322,7 @@ jobs:
322322 image : ghcr.io/fews-net/inf/docker:latest
323323 credentials :
324324 username : ${{ github.repository_owner }}
325- password : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
325+ password : ${{ secrets.GHCR_PAT }}
326326 defaults :
327327 run :
328328 shell : ash --noprofile --norc -eo pipefail {0} # Fail on any non-zero exit code, even in piped commands
@@ -450,7 +450,7 @@ jobs:
450450 image : ghcr.io/fews-net/inf/docker:latest
451451 credentials :
452452 username : ${{ github.repository_owner }}
453- password : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
453+ password : ${{ secrets.GHCR_PAT }}
454454 defaults :
455455 run :
456456 shell : ash --noprofile --norc -eo pipefail {0} # Fail on any non-zero exit code, even in piped commands
@@ -581,7 +581,7 @@ jobs:
581581 image : ghcr.io/fews-net/inf/docker:latest
582582 credentials :
583583 username : ${{ github.repository_owner }}
584- password : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
584+ password : ${{ secrets.GHCR_PAT }}
585585 defaults :
586586 run :
587587 shell : ash --noprofile --norc -eo pipefail {0} # Fail on any non-zero exit code, even in piped commands
0 commit comments