Skip to content

Commit

Permalink
fix(cd): use pat
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed Apr 14, 2023
1 parent fb58c22 commit e358384
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
fetch-depth: 0
ref: ${{ 'main' }}
token: ${{secrets.GH_TOKEN}}

- name: Use Node.js v18
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
Expand Down Expand Up @@ -60,7 +62,7 @@ jobs:
yarn docs &&
git add . &&
git commit -m "docs(${{ inputs.version }}): generate documentation [skip ci]" &&
git commit -m "docs(${{ inputs.version }}): generate documentation \n[no ci]" &&
git push &&
Expand Down

0 comments on commit e358384

Please sign in to comment.