From 8afcbf5fe2e8a280015de1ee393c8338b51faf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sat, 27 Jan 2024 18:45:07 +0100 Subject: [PATCH] Minor fixes for the reminder workflow. --- .github/workflows/secrets.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/secrets.yml b/.github/workflows/secrets.yml index a1d6e1b..052324c 100644 --- a/.github/workflows/secrets.yml +++ b/.github/workflows/secrets.yml @@ -3,7 +3,6 @@ name: Secrets on: schedule: - cron: 0 0 1 1 * - workflow_dispatch: permissions: issues: write defaults: @@ -17,4 +16,4 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | - gh issue create -R ${{ github.repository }} -t "Refresh organization secrets $(date +%Y)" -b "It is time to refresh the \`NUGET_TOKEN\`, \`OVSX_TOKEN\`, and \`VSCE_TOKEN\` organization secrets." -l "area: marketplace" -l "area: nuget" + gh issue create -R ${{ github.repository }} -t "Refresh organization secrets ($(date +%Y))" -b "It is time to refresh the \`NUGET_TOKEN\`, \`OVSX_TOKEN\`, and \`VSCE_TOKEN\` organization secrets." -l "area: marketplace" -l "area: nuget"