diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4787a5f0..fdd887aa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -312,7 +312,7 @@ jobs: if: (github.ref == 'refs/heads/master') && !(contains(github.ref, '/tags/v')) uses: crowbarmaster/GH-Automatic-Releases@latest with: - repo_token: "${{ secrets.DEPLOY_TOKEN }}" + repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "continuous" prerelease: false title: "Continuous Build" @@ -323,7 +323,7 @@ jobs: if: contains(github.ref, '/tags/v') uses: crowbarmaster/GH-Automatic-Releases@latest with: - repo_token: "${{ secrets.DEPLOY_TOKEN }}" + repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false files: | package-*/*