diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 79d12248..5aeb7588 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -53,6 +53,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + persist-credentials: false - name: Install rsync run: | @@ -73,7 +75,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 + with: + persist-credentials: false - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v3 @@ -90,7 +94,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v2 + with: + persist-credentials: false - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v3 @@ -105,4 +111,4 @@ jobs: uses: dawidd6/action-delete-branch@v2.0.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - branches: integration-test-delete-prod \ No newline at end of file + branches: integration-test-delete-prod