Skip to content

Commit

Permalink
Changed the test script from its own file into a multiline script in …
Browse files Browse the repository at this point in the history
…the wokrflow spec.
  • Loading branch information
nachog00 committed Oct 21, 2024
1 parent 34f32ad commit 2181648
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ jobs:
echo test, and deploy your project.
- name: Try accessing PAT
run: ./test.sh
run: |
TOKEN=$(cat /run/secrets/GH_TOKEN)
echo $TOKEN

0 comments on commit 2181648

Please sign in to comment.