From 0be18e474b9970c314b8d21cfe384ab94b1228b9 Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:21:02 -0700 Subject: [PATCH] Remove repository from tibdex/github-app-token This was removed in v2 which means it's just defaulting to the current repository of recloudstream/cloudstream, this could be replaced if you still want to use other repositories though but just removes because that keeps the behavior it does now (AFAIK) --- .github/workflows/build_to_archive.yml | 2 -- .github/workflows/generate_dokka.yml | 1 - .github/workflows/prerelease.yml | 1 - .github/workflows/update_locales.yml | 1 - 4 files changed, 5 deletions(-) diff --git a/.github/workflows/build_to_archive.yml b/.github/workflows/build_to_archive.yml index e84bb08b0d..40c25dee64 100644 --- a/.github/workflows/build_to_archive.yml +++ b/.github/workflows/build_to_archive.yml @@ -23,14 +23,12 @@ jobs: with: app_id: ${{ secrets.GH_APP_ID }} private_key: ${{ secrets.GH_APP_KEY }} - repository: "recloudstream/secrets" - name: Generate access token (archive) id: generate_archive_token uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.GH_APP_ID }} private_key: ${{ secrets.GH_APP_KEY }} - repository: "recloudstream/cloudstream-archive" - uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/generate_dokka.yml b/.github/workflows/generate_dokka.yml index 666e2ba107..762be5e4cc 100644 --- a/.github/workflows/generate_dokka.yml +++ b/.github/workflows/generate_dokka.yml @@ -24,7 +24,6 @@ jobs: with: app_id: ${{ secrets.GH_APP_ID }} private_key: ${{ secrets.GH_APP_KEY }} - repository: "recloudstream/dokka" - name: Checkout uses: actions/checkout@master with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index f35cd58c51..71274ca09d 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -22,7 +22,6 @@ jobs: with: app_id: ${{ secrets.GH_APP_ID }} private_key: ${{ secrets.GH_APP_KEY }} - repository: "recloudstream/secrets" - uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v4 diff --git a/.github/workflows/update_locales.yml b/.github/workflows/update_locales.yml index ce140e5599..c2ef064fcb 100644 --- a/.github/workflows/update_locales.yml +++ b/.github/workflows/update_locales.yml @@ -22,7 +22,6 @@ jobs: with: app_id: ${{ secrets.GH_APP_ID }} private_key: ${{ secrets.GH_APP_KEY }} - repository: "recloudstream/cloudstream" - uses: actions/checkout@v4 with: token: ${{ steps.generate_token.outputs.token }}