Skip to content

Fix release deploy failing on SOPS install#27

Merged
dfalling merged 1 commit into
mainfrom
fix-deploy
Jun 3, 2026
Merged

Fix release deploy failing on SOPS install#27
dfalling merged 1 commit into
mainfrom
fix-deploy

Conversation

@dfalling
Copy link
Copy Markdown
Owner

@dfalling dfalling commented Jun 3, 2026

Summary

  • The Install SOPS step (nhedger/setup-sops@v2) was crashing every release build with [@octokit/auth-action] The token variable is specified more than once.
  • Root cause: jdx/mise-action exports a job-wide GITHUB_TOKEN env var, and setup-sops also passes its own default token input. octokit's auth-action rejects a token specified in more than one place.
  • Fix: clear the inherited GITHUB_TOKEN env var for just the Install SOPS step, leaving only the action's own token input.

🤖 Generated with Claude Code

mise-action exports a job-wide GITHUB_TOKEN while setup-sops also passes
its own default token input. octokit's auth-action rejects a token
specified more than once, crashing the Install SOPS step and failing
every release build.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dfalling dfalling merged commit d8b0691 into main Jun 3, 2026
2 checks passed
@dfalling dfalling deleted the fix-deploy branch June 3, 2026 22:09
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.

1 participant