mirror of
https://github.com/Guardsquare/proguard.git
synced 2026-03-13 09:50:34 +08:00
Renamed Github secret.
This commit is contained in:
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user