Skip to content

Commit 759a962

Browse files
authored
Update ci.yaml
1 parent 7f3db14 commit 759a962

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ jobs:
3434
git remote add origin https://x-access-token:${{ secrets.CODETRACER_PUSH_GITHUB_TOKEN }}@github.com/metacraft-labs/metacraft-overlay
3535
git fetch --all
3636
git reset --hard origin/main
37-
- name: "Import bot's GPG key for signing commits"
38-
id: import-gpg
39-
uses: crazy-max/ghaction-import-gpg@v6
40-
with:
41-
gpg_private_key: ${{ secrets.CODETRACER_AUR_GPG_PRIVATE_KEY }}
42-
passphrase: ${{ secrets.CODETRACER_AUR_GPG_PRIVATE_KEY_PASS }}
43-
git_config_global: true
44-
git_user_signingkey: true
45-
git_commit_gpgsign: true
4637
- name: Update manifests
4738
run: |
4839
useradd -K MAIL_DIR=/dev/null -m builder
@@ -51,9 +42,7 @@ jobs:
5142
sudo -E -u builder env HOME=/home/builder git config --local user.name "github-actions[bot]"
5243
sudo -E -u builder env HOME=/home/builder git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
5344
sudo -E -u builder env HOME=/home/builder git config --local init.defaultBranch main
54-
sudo -E -u builder env HOME=/home/builder git config --local commit.gpgsign true
55-
sudo -E -u builder env HOME=/home/builder git config --local tag.gpgsign true
56-
45+
5746
sudo -E -u builder git fetch --all
5847
old="$(pwd)"
5948
for manifest in $(find -iname "Manifest"); do

0 commit comments

Comments
 (0)