cd: fix gh token secret

This commit is contained in:
Kingkor Roy Tirtho 2026-07-10 00:47:23 +06:00
parent 71d6a04109
commit 4d1480dd4b

View File

@ -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