Skip to content

Commit

Permalink
disable aws sha check
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-funk committed Oct 25, 2024
1 parent 4747edb commit f4fa74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-sysdig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
STATE_BACKEND_FILEPATH: ${{ secrets.STATE_BACKEND_FILEPATH }}
STATE_BACKEND_ENDPOINT: ${{ secrets.STATE_BACKEND_ENDPOINT }}
TF_VAR_sysdig_api_token: ${{ secrets.TF_VAR_SYSDIG_API_TOKEN }}

AWS_NO_SIGN_REQUEST: 1
deploy:
### if: github.ref == 'refs/heads/main'
needs: validate
Expand All @@ -62,3 +62,4 @@ jobs:
STATE_BACKEND_FILEPATH: ${{ secrets.STATE_BACKEND_FILEPATH }}
STATE_BACKEND_ENDPOINT: ${{ secrets.STATE_BACKEND_ENDPOINT }}
TF_VAR_sysdig_api_token: ${{ secrets.TF_VAR_SYSDIG_API_TOKEN }}
AWS_NO_SIGN_REQUEST: 1

0 comments on commit f4fa74c

Please sign in to comment.