diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 8fd2424..2f462d1 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout branch uses: actions/checkout@v3 with: - token: ${{ secrets.CI_USER_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }}` repository: 'optimizely/travisci-tools' path: 'home/runner/travisci-tools' ref: 'master'