Skip to content

Commit

Permalink
Minor fixes for the reminder workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 27, 2024
1 parent 9e88ebe commit 8afcbf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Secrets
on:
schedule:
- cron: 0 0 1 1 *
workflow_dispatch:
permissions:
issues: write
defaults:
Expand All @@ -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"

0 comments on commit 8afcbf5

Please sign in to comment.