diff --git a/.github/workflows/push-osquery-perf-to-ecr.yml b/.github/workflows/push-osquery-perf-to-ecr.yml index 2841658a4e..197ec32864 100644 --- a/.github/workflows/push-osquery-perf-to-ecr.yml +++ b/.github/workflows/push-osquery-perf-to-ecr.yml @@ -22,6 +22,9 @@ jobs: build-docker: runs-on: ubuntu-latest steps: + - name: Checkout Code + uses: actions/checkout@v2 + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: