Skip to content

Commit abd46f1

Browse files
remplace token API
1 parent c317b9d commit abd46f1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
3131
RSPM: ${{ matrix.config.rspm }}
3232
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
33-
INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}
34-
INSEE_APP_SECRET: ${{ secrets.INSEE_APP_SECRET }}
33+
INSEE_API_TOKEN: ${{ secrets.INSEE_API_TOKEN }}
3534
CURLOPT_TIMEOUT: 0
3635

3736
steps:

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
runs-on: macOS-latest
1313
env:
1414
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
15-
INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}
16-
INSEE_APP_SECRET: ${{ secrets.INSEE_APP_SECRET }}
15+
INSEE_API_TOKEN: ${{ secrets.INSEE_API_TOKEN }}
1716
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1817
CURLOPT_TIMEOUT: 0
1918
steps:

0 commit comments

Comments
 (0)