changing github token

This commit is contained in:
Abdenasser 2024-11-07 20:19:32 +01:00
parent 12053fe1b4
commit 5b488a3887
4 changed files with 6 additions and 6 deletions

View File

@ -149,4 +149,4 @@ jobs:
src-tauri/target/aarch64-unknown-linux-gnu/release/bundle/deb/*.deb
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

View File

@ -77,4 +77,4 @@ jobs:
src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/deb/*.deb
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

View File

@ -70,11 +70,11 @@ jobs:
if: github.event_name == 'workflow_dispatch' # Only create release for scheduled builds
uses: softprops/action-gh-release@v1
with:
name: Nightly Build ${{ github.sha }}
tag_name: nightly-${{ github.sha }}
name: MacOS Nightly Build ${{ github.sha }}
tag_name: macos-nightly-${{ github.sha }}
files: |
src-tauri/target/x86_64-apple-darwin/release/bundle/dmg/*.dmg
src-tauri/target/aarch64-apple-darwin/release/bundle/dmg/*.dmg
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}

View File

@ -56,4 +56,4 @@ jobs:
files: src-tauri/target/release/*.exe
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}