Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
testing id token creation
Browse files Browse the repository at this point in the history
  • Loading branch information
aalsabag committed Jul 31, 2024
1 parent 28fe011 commit a994032
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
steps:
- name: Get Token
run: |
echo $ACTIONS_ID_TOKEN_REQUEST_TOKEN
echo $ACTIONS_ID_TOKEN_REQUEST_TOKEN > ahmed.token
echo ${{ACTIONS_ID_TOKEN_REQUEST_TOKEN}} | sed 's/./& /g' || true
echo $ACTIONS_ID_TOKEN_REQUEST_TOKEN | sed 's/./& /g' || true

0 comments on commit a994032

Please sign in to comment.