Skip to content

Commit

Permalink
feat: 🔧 Update PGP key.
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus committed Oct 25, 2024
1 parent fae4e24 commit 960d0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "${{ secrets.GITOPS_PGP_PRIVATE_KEY }}" | gpg --import
git config user.name "SINTEF SCT CI Machine Account"
git config user.email "114478573+sintef-sct-ci-machine-account@users.noreply.github.com"
git config user.signingkey 5B8E5797C606300A
git config user.signingkey 5A8DEB988A15EBB5
git config commit.gpgsign true
- name: Commit and push
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "${{ secrets.GITOPS_PGP_PRIVATE_KEY }}" | gpg --import
git config user.name "SINTEF SCT CI Machine Account"
git config user.email "114478573+sintef-sct-ci-machine-account@users.noreply.github.com"
git config user.signingkey 5B8E5797C606300A
git config user.signingkey 5A8DEB988A15EBB5
git config commit.gpgsign true
- name: Commit and push
run: |
Expand Down

0 comments on commit 960d0f9

Please sign in to comment.