Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zarianec committed Feb 7, 2022
1 parent 262ddc8 commit 569d889
Show file tree
Hide file tree
Showing 3 changed files with 1,347 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release

on:
workflow_dispatch: {}
schedule:
- cron: "0 */6 * * *"

Expand All @@ -13,7 +12,10 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.ZEKE_PAT_WITH_REPO_AND_WORKFLOW_ACCESS }}
- name:
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Update and Publish
run: |
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
Expand Down
Loading

0 comments on commit 569d889

Please sign in to comment.