Skip to content

Commit

Permalink
debug: Creds
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Jan 28, 2025
1 parent 8a5ed52 commit a83850a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- run:
name: Debug token
command: echo "$GITHUB_APP_TOKEN"
- run:
name: Login
command: echo "$GITHUB_APP_TOKEN" | docker login -u "$GITHUB_APP_ID" --password-stdin << parameters.registry >>
- docker/check:
registry: ghcr.io
docker-password: GITHUB_APP_ID
Expand Down

0 comments on commit a83850a

Please sign in to comment.