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 433d089 commit bd06ef4Copy full SHA for bd06ef4
.github/workflows/R-CMD-check.yaml
@@ -29,8 +29,7 @@ jobs:
29
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
30
RSPM: ${{ matrix.config.rspm }}
31
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
32
- INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}
33
- INSEE_APP_SECRET: ${{ secrets.INSEE_APP_SECRET }}
+ INSEE_API_TOKEN: ${{ secrets.INSEE_API_TOKEN }}
34
CURLOPT_TIMEOUT: 0
35
36
steps:
.github/workflows/test-coverage.yaml
@@ -11,8 +11,7 @@ jobs:
11
runs-on: macOS-latest
12
env:
13
14
15
16
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17
18
0 commit comments