Skip to content

Commit

Permalink
oooops
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jul 8, 2023
1 parent dbd51a2 commit a4cdb04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ jobs:

- name: Run yarn deploy
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git remote set-url origin https://git:${{secrets.GITHUB_TOKEN}}@github.com/${{github.repository}}.git
yarn deploy
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a4cdb04

Please sign in to comment.