Skip to content

Commit

Permalink
fix(CD): Update .github/workflows/release.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Mostapha Sadeghipour Roudsari <[email protected]>
  • Loading branch information
AntonelloDN and mostaphaRoudsari committed Jul 31, 2023
1 parent feb89e3 commit dec97fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
with:
personal_token: ${{ secrets.PER_TOKEN }}
personal_token: ${{ secrets.DEPS_UPDATING}}
publish_dir: ./build

- name: Semantic release
Expand Down

0 comments on commit dec97fc

Please sign in to comment.