mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
changing github token
This commit is contained in:
parent
12053fe1b4
commit
5b488a3887
2
.github/workflows/linux-aarch64-nightly.yml
vendored
2
.github/workflows/linux-aarch64-nightly.yml
vendored
@ -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 }}
|
2
.github/workflows/linux-x86_64-nightly.yml
vendored
2
.github/workflows/linux-x86_64-nightly.yml
vendored
@ -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 }}
|
6
.github/workflows/macos-nightly.yml
vendored
6
.github/workflows/macos-nightly.yml
vendored
@ -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 }}
|
2
.github/workflows/windows-nightly.yml
vendored
2
.github/workflows/windows-nightly.yml
vendored
@ -56,4 +56,4 @@ jobs:
|
||||
files: src-tauri/target/release/*.exe
|
||||
prerelease: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user