Skip to content

Commit

Permalink
build: pass env to fargate-runner-action
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Dec 12, 2023
1 parent 71a992e commit 0b8e734
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/component_canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ jobs:
- name: Provision canaries
uses: newrelic/fargate-runner-action@main
env:
CROWDSRIKE_CLIENT_ID: "${{ secrets.CROWDSTIKRE_CLIENT_ID }}"
CROWDSRIKE_CLIENT_SECRET: "${{ secrets.CROWDSTRIKE_CLIENT_SECRET }}"
with:
aws_region: us-east-2
container_make_target: "canaries PLATFORM=${{ inputs.PLATFORM }} ANSIBLE_FORKS=${{ env.ANSIBLE_FORKS }} VERSION=${{ inputs.TAG }} CROWDSTRIKE_CLIENT_ID=${{ secrets.CROWDSTIKRE_CLIENT_ID }} CROWDSTRIKE_CLIENT_SECRET=${{ secrets.CROWDSTRIKE_CLIENT_SECRET }}"
container_make_target: "canaries PLATFORM=${{ inputs.PLATFORM }} ANSIBLE_FORKS=${{ env.ANSIBLE_FORKS }} VERSION=${{ inputs.TAG }} CROWDSTRIKE_CLIENT_ID=${{ env.CROWDSTRIKE_CLIENT_ID }} CROWDSTRIKE_CLIENT_SECRET=${{ env.CROWDSTRIKE_CLIENT_SECRET }}"
ecs_cluster_name: caos_infra_agent
task_definition_name: infra-agent-td
cloud_watch_logs_group_name: /ecs/test-prerelease-infra-agent
Expand Down

0 comments on commit 0b8e734

Please sign in to comment.