Update .github/workflows/build_push.yml
This commit is contained in:
parent
f096796f42
commit
0bddcda190
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue