Skip to content

Commit

Permalink
CI: remove more debug prints from autorelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribenes committed Sep 16, 2024
1 parent 1a1d341 commit caf36bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ jobs:
run: |
echo "Verifying token and auth status:"
gh auth status
echo "Attempting explicit login:"
echo "${{ steps.app-token.outputs.token }}" | gh auth login --with-token
gh auth status
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
Expand Down

0 comments on commit caf36bf

Please sign in to comment.