We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d84b5 commit 4c576b2Copy full SHA for 4c576b2
1 file changed
.github/workflows/gather-docs.yml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
outputs:
13
repos: ${{ steps.find.outputs.repos }}
14
+ env:
15
+ GH_TOKEN: ${{ github.token }}
16
steps:
17
- name: Find repos
18
id: find
0 commit comments