diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 097a3ce5f5..698c07f230 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -34,8 +34,7 @@ jobs: run: yarn run release - name: Push to remote branch - uses: - ad-m/github-push-action@master + uses: ad-m/github-push-action@master with: USER_TOKEN: ${{ secrets.USER_TOKEN }} branch: ${{ github.ref }}