diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81eb449..f00e969 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: skip_build: false # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) - github_token: ${{ secrets.DEPLOY_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} # If the commit is tagged with a version (e.g. "v1.0.0"), # release the app after building