Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 17:09
· 211 commits to master since this release

v0.9.1

Fixes agent-profile secret environment bindings for local agent runs.

env is now honored as the environment variable exposed to the child agent:

[secrets.GITHUB_TOKEN]
env = "GH_TOKEN"

This makes the GITHUB_TOKEN secret available to the agent as $GH_TOKEN. The source variable ($GITHUB_TOKEN) is removed from the child environment to prevent it from bypassing the configured binding.

Includes regression coverage and updated agent-profile documentation.