Use PAT
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -84,18 +84,6 @@ jobs:
|
||||
name: compiled-binaries
|
||||
path: compressed_artifacts
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: ncipollo/release-action@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||
with:
|
||||
artifacts: "compressed_artifacts/*.zip"
|
||||
makeLatest: true
|
||||
removeArtifacts: true
|
||||
replacesArtifacts: true
|
||||
skipIfReleaseExists: true
|
||||
|
||||
- name: Setup git
|
||||
run: |
|
||||
git config --global user.name "Zurg"
|
||||
@@ -103,7 +91,7 @@ jobs:
|
||||
|
||||
- name: Clone target repository
|
||||
run: |
|
||||
git clone https://$PAT@github.com/debridmediamanager/zurg-1000.git
|
||||
git clone https://x-access-token:$PAT@github.com/debridmediamanager/zurg-1000.git
|
||||
cd zurg-1000
|
||||
git lfs install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user