File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments