[PR #1713] [CLOSED] Fix: Display env variables when using the insecure-secrets option #2090

Closed
opened 2026-03-01 21:53:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1713
Author: @M-Yamashita01
Created: 4/3/2023
Status: Closed

Base: masterHead: fix-secrets-do-not-appear


📝 Commits (1)

  • 9ac0a9d Fix: Display env variables when using the insecure-secrets option

📊 Changes

1 file changed (+10 additions, -4 deletions)

View changed files

📝 pkg/runner/logger.go (+10 -4)

📄 Description

Fix #610

In the issues, secrets are displayed but environment variables are not when using the --insecure-secrets option.
On investigating the cause, we found that the option was only being used for the secrets display and not for the environment variables.
Therefore, we fixed it so that the option is also used for environment variables.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/1713 **Author:** [@M-Yamashita01](https://github.com/M-Yamashita01) **Created:** 4/3/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-secrets-do-not-appear` --- ### 📝 Commits (1) - [`9ac0a9d`](https://github.com/nektos/act/commit/9ac0a9d61c3710421ea328ea47a301dd1cfe848e) Fix: Display env variables when using the insecure-secrets option ### 📊 Changes **1 file changed** (+10 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `pkg/runner/logger.go` (+10 -4) </details> ### 📄 Description Fix #610 In the issues, secrets are displayed but environment variables are not when using the `--insecure-secrets` option. On investigating the cause, we found that the option was only being used for the secrets display and not for the environment variables. Therefore, we fixed it so that the option is also used for environment variables. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:53:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2090
No description provided.