Skip to content

Commit

Permalink
Revert "Add debug step for JWT tokens" (#1943)
Browse files Browse the repository at this point in the history
This reverts commit d952800.
  • Loading branch information
ludoo committed Dec 21, 2023
1 parent c412304 commit e592996
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions fast/stages/0-bootstrap/templates/workflow-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,6 @@ jobs:
name: Checkout repository
uses: actions/checkout@v3

# # Print JWT token payload, useful for debugging
# - id: jwt-debug
# name: Print GITHUB_TOKEN payload
# shell: python -u {0}
# run: |
# import base64
# import json
#
# token = '${{ secrets.GITHUB_TOKEN }}'
# payload_text = token.split('.')[1]
# payload = json.loads(base64.urlsafe_b64decode(payload_text + '=' * (4-len(payload_text) %4)))
# print(json.dumps(payload, indent=2))

# set up SSH key authentication to the modules repository
- id: ssh-config
name: Configure SSH authentication
Expand Down

0 comments on commit e592996

Please sign in to comment.