Skip to content

ci(containers): use RELEASE_TOKEN for releases #748

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

suchapalaver
Copy link
Collaborator

This PR updates the CI release workflow to use a RELEASE_TOKEN secret instead of the default GITHUB_TOKEN. The default token cannot trigger workflows that are defined as reusable or that call other actions due to GitHub’s security restrictions. The RELEASE_TOKEN is a personal access token with appropriate scopes, enabling the release workflow to trigger dependent workflows such as Docker image publishing or changelog generation.

@suchapalaver suchapalaver marked this pull request as ready for review June 17, 2025 19:29
@suchapalaver suchapalaver enabled auto-merge (squash) June 17, 2025 20:20
@coveralls
Copy link

Pull Request Test Coverage Report for Build 15716426453

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.008%) to 72.414%

Files with Coverage Reduction New Missed Lines %
crates/tap-agent/src/agent/sender_account.rs 1 77.25%
Totals Coverage Status
Change from base Build 15683389886: -0.008%
Covered Lines: 8812
Relevant Lines: 12169

💛 - Coveralls

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.

2 participants