FCDIU3JVWJXFIJQTARYEBZVZQQWZKFCYI3AOC4XCLZVMJUAUWZ5AC
- name: Deploy
run: |
git config --global user.name gha
git config --global user.email gha
git remote set-url origin https://${github_token}@github.com/${repository}
npm run build
npm run deploy
env:
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
github_token: ${{ secrets.ACTIONS_DEPLOY_ACCESS_TOKEN }}
repository: ${{ github.repository }}