Skip to content

Commit

Permalink
Add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Feb 25, 2024
1 parent 159949a commit c861200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/task_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
docker run --rm
--volume $(pwd):$(pwd)
--volume ~/.m2:/root/.m2
--env GITHUB_ACTOR=${{ github.actor }}
--env GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
--workdir $(pwd)/baker/ansible
${{ env.IMAGE_NAME }}:${{ matrix.env.dev }}
ansible-playbook binaries.yaml -v
Expand Down

0 comments on commit c861200

Please sign in to comment.