Skip to content

Commit bd06ef4

Browse files
insert INSEE_API_TOKEN dans gha
1 parent 433d089 commit bd06ef4

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
@@ -29,8 +29,7 @@ jobs:
2929
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
3030
RSPM: ${{ matrix.config.rspm }}
3131
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
32-
INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}
33-
INSEE_APP_SECRET: ${{ secrets.INSEE_APP_SECRET }}
32+
INSEE_API_TOKEN: ${{ secrets.INSEE_API_TOKEN }}
3433
CURLOPT_TIMEOUT: 0
3534

3635
steps:

.github/workflows/test-coverage.yaml

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

0 commit comments

Comments
 (0)