Skip to content

Commit

Permalink
Use several API Keys in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jun 21, 2024
1 parent a4742f7 commit 59f51ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/check-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
AEMET_API_KEY: ${{ secrets.AEMET_API_KEY }}
AEMET_API_KEY01: ${{ secrets.AEMET_API_KEY_PKGDOWN }}
R_KEEP_PKG_SOURCE: yes

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rostemplate-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: windows-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
AEMET_API_KEY: ${{ secrets.AEMET_API_KEY }}
AEMET_API_KEY: ${{ secrets.AEMET_API_KEY_PKGDOWN }}
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
AEMET_API_KEY: ${{ secrets.AEMET_API_KEY }}
AEMET_API_KEY01: ${{ secrets.AEMET_API_KEY_PKGDOWN }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 59f51ee

Please sign in to comment.