Skip to content
Merged
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/format-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-slim
steps:
# Generate token from GenericMappingTools bot
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
id: generate-token
with:
app-id: ${{ secrets.APP_ID }}
client-id: ${{ vars.CLIENT_ID }}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@seisman, could you get the client-id from https://github.com/apps/genericmappingtools-bot (should be a string starting with Iv1.), and then add it as a repository variable under https://github.com/GenericMappingTools/pygmt/settings/variables/actions?

Xref https://github.com/actions/create-github-app-token/tree/v3.1.0#usage

Copy link
Copy Markdown
Member

@seisman seisman May 6, 2026

Choose a reason for hiding this comment

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

Done. I also removed the APP_ID secret.

private-key: ${{ secrets.APP_PRIVATE_KEY }}

# Checkout the pull request branch
Expand Down
Loading