Skip to content

Commit

Permalink
Execute get version only monthly, delete token in checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
IARI committed Mar 7, 2024
1 parent 21cb0bc commit 4bc854c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/get-releases.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Get latest release version
on:
schedule:
- cron: '0 2 * * 0'
- cron: '0 2 1 * *'
workflow_dispatch:
inputs:
jobs:
get-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
#with:
# token: ${{ secrets.REPO_SCOPED_TOKEN }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 4bc854c

Please sign in to comment.