Skip to content

Commit 4ab7b3d

Browse files
committed
add token
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 0d8be21 commit 4ab7b3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ runs:
2626

2727
- name: List all repos in org
2828
shell: bash
29+
env:
30+
GH_TOKEN: ${{ inputs.token }}
2931
run: |
3032
ORG_NAME=$(echo "$GITHUB_REPOSITORY" | cut -d'/' -f1)
3133
echo "Org name is: ${ORG_NAME}"

0 commit comments

Comments
 (0)