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

Use admin token for semantic release, and use dryrun for testing #1236

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

chrispymm
Copy link
Contributor

  • add a sha reference for the commit status action
  • use an admin token for semantic release
  • switch to ci:dryrun for testing purposes

@chrispymm chrispymm requested a review from a team as a code owner March 4, 2025 14:11
status: ${{ needs.test.result }}
context: Tests

publish:
runs-on: ubuntu-latest
needs: [result]
if: github.event_name == 'push'
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this protected us from running on a detached head of the combined PR branch + target

The "push" was the merge commit to main being pushed

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