Skip to content

Commit

Permalink
only show base64 github.token if in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 14, 2023
1 parent 19bbdf9 commit 57f9221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ jobs:
run: ${{ toJSON(steps.main.outputs) }}
- run: git config --list --show-origin
working-directory: ${{ runner.temp }}
- if: runner.debug
run: git config --list --show-origin | base64
working-directory: ${{ runner.temp }}
- run: git clone https://github.com/actions4git/setup-git.git
working-directory: ${{ runner.temp }}

0 comments on commit 57f9221

Please sign in to comment.