Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update service emails in pipeline #1263

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set up Git config
run: |
git config --global user.name "Magalu Cloud"
git config --global user.email "magalucloud.services@luizalabs.com"
git config --global user.email "magalucloud.cli@luizalabs.com"
- name: Setup GitHub CLI
uses: ksivamuthu/actions-setup-gh-cli@v3
- name: Create Pull Request
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Set up Git config
run: |
git config --global user.name "Magalu Cloud"
git config --global user.email "magalucloud.services@luizalabs.com"
git config --global user.email "magalucloud.cli@luizalabs.com"
git config --global commit.gpgsign true
git config --global user.signingkey $(gpg --list-secret-keys --keyid-format LONG | grep sec | awk '{print $2}' | cut -d'/' -f2)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

creio que essa gpg vá quebrar...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luizcavalcanti Bora regerar esse cara

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vamos precisar da chave privada desse novo usuário na runner da pipeline, e a chave pública no TF registry

- name: Setup GitHub CLI
Expand Down