mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-08-05 19:59:51 +00:00
cd: fix gh token secret
This commit is contained in:
parent
71d6a04109
commit
4d1480dd4b
3
.github/workflows/spotube-release-binary.yml
vendored
3
.github/workflows/spotube-release-binary.yml
vendored
@ -36,13 +36,14 @@ jobs:
|
||||
with:
|
||||
repository: ${{ env.COMPOSE_WEBVIEW_REPO }}
|
||||
ref: ${{ env.COMPOSE_WEBVIEW_COMMIT }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path: compose-webview
|
||||
|
||||
- name: Checkout gradle-plugin
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ env.GRADLE_PLUGIN_REPO }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
path: gradle-plugin
|
||||
|
||||
- name: Set up JDK 21
|
||||
|
||||
Loading…
Reference in New Issue
Block a user