Update build_push.yml
Update VidSrcExtractor.kt Updated encryption and decryption keys Add files via upload Update build_push.yml Update build_push.yml
This commit is contained in:
parent
93ce6ec717
commit
853704d92b
1 changed files with 14 additions and 0 deletions
14
.github/workflows/build_push.yml
vendored
14
.github/workflows/build_push.yml
vendored
|
@ -40,6 +40,20 @@ jobs:
|
||||||
files_separator: " "
|
files_separator: " "
|
||||||
safe_output: false
|
safe_output: false
|
||||||
|
|
||||||
|
- name: Import GPG key
|
||||||
|
uses: crazy-max/ghaction-import-gpg@v6 # v6.1.0
|
||||||
|
with:
|
||||||
|
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
|
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||||
|
git_user_signingkey: true
|
||||||
|
git_commit_gpgsign: true
|
||||||
|
|
||||||
|
# This step is going to commit, but this will not trigger another workflow.
|
||||||
|
- name: Bump extensions that uses a modified lib
|
||||||
|
if: steps.modified-libs.outputs.any_changed == 'true'
|
||||||
|
run: |
|
||||||
|
./.github/scripts/bump-versions.py ${{ steps.modified-libs.outputs.all_changed_files }}
|
||||||
|
|
||||||
# This step is going to commit, but this will not trigger another workflow.
|
# This step is going to commit, but this will not trigger another workflow.
|
||||||
- name: Bump extensions that uses a modified lib
|
- name: Bump extensions that uses a modified lib
|
||||||
if: steps.modified-libs.outputs.any_changed == 'true'
|
if: steps.modified-libs.outputs.any_changed == 'true'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue