ci: Use GITHUB_TOKEN in place of PAT

This commit is contained in:
sithlord48
2024-10-30 18:19:24 -04:00
committed by Nick Bolton
parent da64ca577c
commit 8c314ad82c

View File

@ -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-*/*