mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-20 18:54:29 +10:00
ci: use gpg to sign commit [skip ci]
This commit is contained in:
1
.github/workflows/insider-linux.yml
vendored
1
.github/workflows/insider-linux.yml
vendored
@@ -18,6 +18,7 @@ on:
|
||||
branches: [ insider ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'upstream/*.json'
|
||||
pull_request:
|
||||
branches: [ insider ]
|
||||
paths-ignore:
|
||||
|
||||
1
.github/workflows/insider-macos.yml
vendored
1
.github/workflows/insider-macos.yml
vendored
@@ -18,6 +18,7 @@ on:
|
||||
branches: [ insider ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'upstream/*.json'
|
||||
pull_request:
|
||||
branches: [ insider ]
|
||||
paths-ignore:
|
||||
|
||||
27
.github/workflows/insider-spearhead.yml
vendored
27
.github/workflows/insider-spearhead.yml
vendored
@@ -56,19 +56,28 @@ jobs:
|
||||
run: ./build.sh
|
||||
if: env.SHOULD_BUILD == 'yes'
|
||||
|
||||
- name: Import GPG key
|
||||
uses: crazy-max/ghaction-import-gpg@v6
|
||||
with:
|
||||
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
git_user_signingkey: true
|
||||
git_commit_gpgsign: true
|
||||
if: env.SHOULD_BUILD == 'yes' && github.event.inputs.dont_update != 'true'
|
||||
|
||||
- name: Update upstream version
|
||||
run: ./update_upstream.sh
|
||||
if: env.SHOULD_BUILD == 'yes' && github.event.inputs.dont_update != 'true'
|
||||
|
||||
- name: Commit changes
|
||||
uses: iarekylew00t/verified-bot-commit@v1
|
||||
with:
|
||||
ref: ${{ env.COMMIT_REF }}
|
||||
message: ${{ env.COMMIT_MESSAGE }}
|
||||
token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
||||
files: |
|
||||
upstream/*.json
|
||||
if: env.SHOULD_BUILD == 'yes' && env.SHOULD_COMMIT == 'yes'
|
||||
# - name: Commit changes
|
||||
# uses: iarekylew00t/verified-bot-commit@v1
|
||||
# with:
|
||||
# ref: ${{ env.COMMIT_REF }}
|
||||
# message: ${{ env.COMMIT_MESSAGE }}
|
||||
# token: ${{ secrets.STRONGER_GITHUB_TOKEN }}
|
||||
# files: |
|
||||
# upstream/*.json
|
||||
# if: env.SHOULD_BUILD == 'yes' && env.SHOULD_COMMIT == 'yes'
|
||||
|
||||
- name: Prepare source
|
||||
run: ./prepare_src.sh
|
||||
|
||||
1
.github/workflows/insider-windows.yml
vendored
1
.github/workflows/insider-windows.yml
vendored
@@ -18,6 +18,7 @@ on:
|
||||
branches: [ insider ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'upstream/*.json'
|
||||
pull_request:
|
||||
branches: [ insider ]
|
||||
paths-ignore:
|
||||
|
||||
1
.github/workflows/stable-linux.yml
vendored
1
.github/workflows/stable-linux.yml
vendored
@@ -18,6 +18,7 @@ on:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'upstream/*.json'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
|
||||
1
.github/workflows/stable-macos.yml
vendored
1
.github/workflows/stable-macos.yml
vendored
@@ -18,6 +18,7 @@ on:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'upstream/*.json'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
|
||||
1
.github/workflows/stable-windows.yml
vendored
1
.github/workflows/stable-windows.yml
vendored
@@ -18,6 +18,7 @@ on:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- 'upstream/*.json'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
|
||||
Reference in New Issue
Block a user