From 1583aaffdbed29df8772d4771392b26317c82fa1 Mon Sep 17 00:00:00 2001 From: Eric Salemi Date: Thu, 28 May 2020 17:02:20 +0200 Subject: [PATCH] Renamed Github secret. --- .github/workflows/continuous_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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