From 63b9895c9005ef4d9bd14075b9930615598211f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 27 Jan 2024 18:41:17 +0100 Subject: [PATCH] Fix GH_TOKEN not being set in reminder workflow. --- .github/workflows/secrets.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/secrets.yml b/.github/workflows/secrets.yml index 5c734cd..deef00b 100644 --- a/.github/workflows/secrets.yml +++ b/.github/workflows/secrets.yml @@ -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"