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"