Skip to content

Commit

Permalink
Fix GH_TOKEN not being set in reminder workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 27, 2024
1 parent 30a1650 commit 63b9895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
runs-on: windows-2022
steps:
- name: Create GitHub issue
env:
GH_TOKEN: ${{ github.token }}
run: |
gh issue create -R ${{ github.repository }} -t "Refresh organization secrets $(date +%Y)" -l "area: marketplace" -l "area: nuget"

0 comments on commit 63b9895

Please sign in to comment.