/[sudobot]/trunk/.github/workflows/update-dev.yml
ViewVC logotype

Diff of /trunk/.github/workflows/update-dev.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 631 by rakinar2, Tue Sep 10 15:53:22 2024 UTC revision 632 by rakinar2, Thu Oct 10 17:53:11 2024 UTC
# Line 25  jobs: Line 25  jobs:
25            echo "${{ secrets.COMMIT_GPG_KEY }}" > private.key            echo "${{ secrets.COMMIT_GPG_KEY }}" > private.key
26            gpg --import private.key            gpg --import private.key
27            rm -f private.key            rm -f private.key
28              git config --global user.name "Ar Rakin"
29              git config --global user.email "[email protected]"
30            git config --global user.signingkey "6AE7B08C68169452"            git config --global user.signingkey "6AE7B08C68169452"
31            git config --global commit.gpgsign true            git config --global commit.gpgsign true
32                        

Legend:
Removed from v.631  
changed lines
  Added in v.632

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26