Skip to content

Commit

Permalink
fix secret envs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenKoren committed Oct 7, 2024
1 parent c5e57c3 commit 265b7fc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,9 @@ jobs:

secrets:
env: |
{"PL_REGISTRY_PLATFORMA_OPEN_UPLOAD_URL": ${{ toJSON(secrets.PL_REGISTRY_PLOPEN_UPLOAD_URL) }} }
AWS_ASSUME_ROLE:
description: |
Role to assume in AWS to assume during CI run.
required: false
{
"PL_REGISTRY_PLATFORMA_OPEN_UPLOAD_URL": ${{ toJSON(secrets.PL_REGISTRY_PLOPEN_UPLOAD_URL) }}
}
AWS_ASSUME_REGION: "" #{{ secrets.AWS_CI_IAM_MONOREPO_SIMPLE_ROLE }}

Expand Down

0 comments on commit 265b7fc

Please sign in to comment.