Skip to content

Commit

Permalink
Fixed namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Janos <[email protected]>
  • Loading branch information
Janos committed Aug 27, 2024
1 parent 07015da commit 7deafad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
AWS_ENDPOINT_URL_S3: ${{secrets.AWS_ENDPOINT_URL_S3}}
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
S3_BUCKET: ${{secrets.S3_BUCKET}}
NAMESPACES: hashicorp,opentofu,env0,spacelift-io,scalr,harness-io,integrations
NAMESPACES: hashicorp opentofu env0 spacelift-io scalr harness-io integrations
run: |
mkdir work
for NAMESPACE in ${NAMESPACES}; do
Expand Down

0 comments on commit 7deafad

Please sign in to comment.