Skip to content

Commit 4c576b2

Browse files
committed
ci: map GH_TOKEN to discover job for gh CLI authentication
1 parent b8d84b5 commit 4c576b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gather-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
outputs:
1313
repos: ${{ steps.find.outputs.repos }}
14+
env:
15+
GH_TOKEN: ${{ github.token }}
1416
steps:
1517
- name: Find repos
1618
id: find

0 commit comments

Comments
 (0)