Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdk-21 authored Dec 14, 2023
1 parent 67930d7 commit 7d36abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- name: Fetch all history for all tags and branches
run: |
git config remote.origin.url https://x-access-token:${{ secrets.API_TOKEN_GITHUB }}@github.com/${{ github.repository }}
git config remote.origin.url https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git fetch --prune --depth=10000
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
Expand Down Expand Up @@ -266,6 +266,6 @@ jobs:
jellyflix-apk/*.apk
jellyflix-linux/*.tar.gz
jellyflix-windows/*.exe
token: ${{ secrets.API_TOKEN_GITHUB }}
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.version.outputs.content }}
commit: ${{ github.sha }}

0 comments on commit 7d36abd

Please sign in to comment.