From 9d6a757e93f3184752aed7821494ef73673e9482 Mon Sep 17 00:00:00 2001 From: vdalseng Date: Wed, 19 Feb 2025 20:36:37 +0100 Subject: [PATCH] Update action.yml --- vulnerabilities-slack-alert/action.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vulnerabilities-slack-alert/action.yml b/vulnerabilities-slack-alert/action.yml index 916d4a4..3e0d334 100644 --- a/vulnerabilities-slack-alert/action.yml +++ b/vulnerabilities-slack-alert/action.yml @@ -8,11 +8,7 @@ inputs: slack-api-token: description: | Slack API token. Within the Elvia organization, you can use GitHub organization secret `SLACK_API_TOKEN`. - - If no input is provided, the action will attempt to read the token from Elvia's Vault instance. - Reading the token from Vault is only possible if the repository you are running this action from has been added to [github-repositories-terraform](https://github.com/3lvia/github-repositories-terraform), - and you are running inside the GitHub Actions environments `dev`, `test` or `prod`. - required: false + required: true runs: using: 'composite'