Skip to content

Commit 8754d11

Browse files
test2
1 parent 5864fde commit 8754d11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-aws.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
7777
# Warte kurz
7878
sleep 2
79+
# Überprüfe Repository-Zugriff
80+
echo "Checking repository access..."
81+
curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/user/packages
82+
echo "Checking specific repository..."
83+
curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" https://api.github.com/users/aet-devops25/packages
7984
# Versuche erneut zu pullen
8085
echo "Testing pull after login..."
8186
docker pull ghcr.io/aet-devops25/team-devoops/client:latest

0 commit comments

Comments
 (0)