Skip to content

fix(ci): pin repo target for gh release upload/delete-asset in macOS …#164

Merged
ashishkurmi merged 1 commit into
step-security:mainfrom
ashishkurmi:akurmi/fix/release-macos-gh-repo-flag
Jul 9, 2026
Merged

fix(ci): pin repo target for gh release upload/delete-asset in macOS …#164
ashishkurmi merged 1 commit into
step-security:mainfrom
ashishkurmi:akurmi/fix/release-macos-gh-repo-flag

Conversation

@ashishkurmi

Copy link
Copy Markdown
Member

…notarize job

This job never checks out the repo, so gh has no git remote to infer the target repository from. The upload/cleanup step omitted -R and failed with "not a git repository", unlike the earlier download step which already passes -R.

What does this PR do?

Type of change

  • Bug fix
  • Enhancement
  • Documentation

Testing

  • Tested on macOS (version: ___)
  • Binary runs without errors: ./stepsecurity-dev-machine-guard --verbose
  • JSON output is valid: ./stepsecurity-dev-machine-guard --json | python3 -m json.tool
  • No secrets or credentials included
  • Lint passes: make lint
  • Tests pass: make test

Related Issues

…notarize job

This job never checks out the repo, so gh has no git remote to infer
the target repository from. The upload/cleanup step omitted -R and
failed with "not a git repository", unlike the earlier download step
which already passes -R.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@ashishkurmi ashishkurmi merged commit 22df21e into step-security:main Jul 9, 2026
11 checks passed
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