Skip to content

Commit bc4b0e1

Browse files
committed
tmp
1 parent 17fc423 commit bc4b0e1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88

99
permissions:
10+
id-token: read
1011
security-events: read # This is required to handle authentication for upload-private-artifact-action
1112

1213
jobs:

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ runs:
2727
run: |
2828
set -eu
2929
30+
if [ -n "$ACTIONS_RUNTIME_TOKEN" ] ; then
31+
echo "ANDY we have a token???"
32+
fi
33+
3034
if python3 >/dev/null 2>&1 ; then
3135
if ! python -c "import requests" 2>/dev/null ; then
3236
echo "= Python requests not found. Installing with pip"

0 commit comments

Comments
 (0)