Skip to content

Commit

Permalink
fix(front_end.yml): add tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-boerner committed Sep 10, 2022
1 parent 03afa5d commit 726953a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 30 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/front_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
npx cypress install
echo "e2e testing"
npm run e2e
- run: npx semantic-release
- run: npm run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run build
- name: copy file via ssh password
uses: garygrossgarten/github-action-scp@release
Expand Down
5 changes: 0 additions & 5 deletions .husky/pre-commit

This file was deleted.

48 changes: 24 additions & 24 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 726953a

Please sign in to comment.