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:
|
with:
|
||||||
repository: ${{ env.COMPOSE_WEBVIEW_REPO }}
|
repository: ${{ env.COMPOSE_WEBVIEW_REPO }}
|
||||||
ref: ${{ env.COMPOSE_WEBVIEW_COMMIT }}
|
ref: ${{ env.COMPOSE_WEBVIEW_COMMIT }}
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
path: compose-webview
|
path: compose-webview
|
||||||
|
|
||||||
- name: Checkout gradle-plugin
|
- name: Checkout gradle-plugin
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ env.GRADLE_PLUGIN_REPO }}
|
repository: ${{ env.GRADLE_PLUGIN_REPO }}
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
path: gradle-plugin
|
path: gradle-plugin
|
||||||
|
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user