Skip to content

Commit

Permalink
removing secrets entry since they are inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
kpplis committed Jan 17, 2025
1 parent 089784f commit 7c8d85f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c8d85f

Please sign in to comment.