diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 91c05c74..b88857a0 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -6,11 +6,11 @@ jobs: steps: - uses: actions/checkout@v2 with: - token: ${{ secrets.PROGUARD_CORE_PERSONAL_ACCESS_TOKEN }} + token: ${{ secrets.PROGUARD_GITHUB_TOKEN }} path: proguard-main - uses: actions/checkout@v2 with: - token: ${{ secrets.PROGUARD_CORE_PERSONAL_ACCESS_TOKEN }} + token: ${{ secrets.PROGUARD_GITHUB_TOKEN }} repository: Guardsquare/proguard-core ref: github-workflow path: proguard-core