Skip to content

Fix release app token: use inputs instead of env vars#16

Merged
arcivanov merged 1 commit intomasterfrom
release-app-token
Mar 20, 2026
Merged

Fix release app token: use inputs instead of env vars#16
arcivanov merged 1 commit intomasterfrom
release-app-token

Conversation

@arcivanov
Copy link
Member

Composite actions cannot access caller's secrets in input defaults. Use explicit inputs with empty defaults instead.

Composite actions cannot access caller's secrets context in input
defaults. Use explicit inputs with empty defaults instead. Workflows
that need branch protection bypass pass the secrets explicitly:

  release-app-id: ${{ secrets.PYBUILDER_RELEASE_APP_ID }}
  release-app-private-key: ${{ secrets.PYBUILDER_RELEASE_APP_PRIVATE_KEY }}
@arcivanov arcivanov merged commit 912178d into master Mar 20, 2026
124 checks passed
@arcivanov arcivanov deleted the release-app-token branch March 20, 2026 00:18
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