diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85388eb..b4f9bef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: 'Customer's Repo CI/CD Workflow' +name: 'Customer Repo CI/CD Workflow' on: pull_request: branches: @@ -19,8 +19,9 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-west-2 - name: 'Algosec Risk Analysis Action' - uses: alonnalgo/action-test@v0.0.33 - + uses: alonnalgo/action-test@v0.0.38 + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_BASE_REF: ${{ github.base_ref }} diff --git a/tf-test-init-error/main.tf b/tf-test-init-error/main.tf index 4564e60..7651de7 100644 --- a/tf-test-init-error/main.tf +++ b/tf-test-init-error/main.tf @@ -87,4 +87,3 @@ resource "aws_cloudfront_distribution" "cloudfront_distribution" { } -