We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c317b9d commit abd46f1Copy full SHA for abd46f1
.github/workflows/R-CMD-check.yaml
@@ -30,8 +30,7 @@ jobs:
30
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
31
RSPM: ${{ matrix.config.rspm }}
32
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
33
- INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}
34
- INSEE_APP_SECRET: ${{ secrets.INSEE_APP_SECRET }}
+ INSEE_API_TOKEN: ${{ secrets.INSEE_API_TOKEN }}
35
CURLOPT_TIMEOUT: 0
36
37
steps:
.github/workflows/test-coverage.yaml
@@ -12,8 +12,7 @@ jobs:
12
runs-on: macOS-latest
13
env:
14
15
16
17
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
18
19
0 commit comments