diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 925a11da..da4621c0 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -42,7 +42,7 @@ jobs: # safe_output: false - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 # v6.1.0 + uses: https://github.com/crazy-max/ghaction-import-gpg@v6 # v6.1.0 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} @@ -128,7 +128,7 @@ jobs: name: Publish repo needs: - build_individual - if: "github.repository == 'Kohi-den/extensions-source'" + if: "github.repository == 'AlmightyHak/extensions-source'" runs-on: docker steps: - name: Download APK artifacts