From 7c8d85f8ea0185ccf4c749e62e197f4cdce631a5 Mon Sep 17 00:00:00 2001 From: Kirill Plis Date: Fri, 17 Jan 2025 14:54:14 +0100 Subject: [PATCH] removing secrets entry since they are inherited --- .github/workflows/build-image.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 151735e..6eefa62 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -50,19 +50,6 @@ on: version: required: true type: string - # secrets: - # npmGithubReadToken: - # required: true - # description: The Github token with permissions to read NPM private packages - # repoAccessToken: - # required: true - # description: The Github token to perform operations cross-repo (not github.token!) - # AWS_ACCESS_KEY_ID: - # required: true - # description: Access key ID for AWS credentials - # AWS_SECRET_ACCESS_KEY: - # required: true - # description: Secet for AWS access key ID env: IMAGE_SCAN_SEVERITY: LOW