Skip to content

Commit 3cb51de

Browse files
authored
Add GITHUB_TOKEN back...
1 parent ed7c11e commit 3cb51de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/issueSnapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
run: |
1212
gh issue list -R $GITHUB_REPOSITORY --limit 1000 --search "is:issue is:open sort:reactions-+1-desc" --json number,url,reactionGroups,title,labels > $REPO.$(date +"%Y-%m-%d").json
1313
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1415
REPO: ${{ github.event.repository.name }}
1516
- name: Save artifacts
1617
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)