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 0cf4eec
Show file tree
Hide file tree
Showing 3 changed files with 1,347 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 0cf4eec

Please sign in to comment.