From 8c314ad82c3901f18735d18c6d2b48db30015007 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Wed, 30 Oct 2024 18:19:24 -0400 Subject: [PATCH] ci: Use GITHUB_TOKEN in place of PAT --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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-*/*