Skip to content

feat(github): add GitHub App token creation to release workflow#9

Merged
upamune merged 1 commit intomainfrom
fix-release-brew-token
Apr 5, 2025
Merged

feat(github): add GitHub App token creation to release workflow#9
upamune merged 1 commit intomainfrom
fix-release-brew-token

Conversation

@upamune
Copy link
Owner

@upamune upamune commented Apr 5, 2025

This update introduces a step to create a GitHub App token in the release workflow, enhancing the automation process. The token is generated using the specified app ID and private key, and is now utilized for the TAP_GITHUB_TOKEN environment variable during the GoReleaser execution.

This update introduces a step to create a GitHub App token in the release workflow, enhancing the automation process. The token is generated using the specified app ID and private key, and is now utilized for the TAP_GITHUB_TOKEN environment variable during the GoReleaser execution.
@upamune upamune self-assigned this Apr 5, 2025
Copilot AI review requested due to automatic review settings April 5, 2025 09:27
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

.github/workflows/release.yml:31

  • Ensure that the create-github-app-token action indeed outputs 'token' as referenced here; a mismatch in the output name could cause runtime errors during the release process.
+          TAP_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (f0f0112) to head (31bf633).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@          Coverage Diff          @@
##            main      #9   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         11      11           
  Lines        714     714           
=====================================
  Misses       714     714           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@upamune upamune merged commit 1ff5691 into main Apr 5, 2025
2 checks passed
@upamune upamune deleted the fix-release-brew-token branch April 5, 2025 09:30
@upamune upamune mentioned this pull request Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants