Skip to content

Commit

Permalink
CI: secrets must be passed to env indirectly
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 21, 2023
1 parent 914dfcf commit 15786b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main_WIP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
required: true
DOCKER_USER:
required: true
# KOSLI_API_TOKEN:
# required: true
KOSLI_API_TOKEN:
required: true
SNYK_TOKEN:
required: true

Expand Down Expand Up @@ -96,7 +96,6 @@ jobs:
--name=snyk-scan
--scan-results=snyk.json


# - name: Configure AWS credentials
# uses: aws-actions/configure-aws-credentials@v1-node16
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main_staging_wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-test-push:
uses: cyber-dojo/saver/.github/workflows/main_WIP.yml@main
secrets:
# KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down

0 comments on commit 15786b8

Please sign in to comment.