10f155294b
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
6 lines
270 B
JavaScript
6 lines
270 B
JavaScript
// state variables are set as environment variables with the prefix STATE_
|
|
// https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#sending-values-to-the-pre-and-post-actions
|
|
delete process.env.STATE_token;
|
|
|
|
await import("../post.js");
|