Skip to content

Commit

Permalink
Copy service account secret to env. (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Nov 23, 2023
1 parent 28c23fa commit 7975c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
R4DS_CLUB_GOOGLE_SERVICE_ACCOUNT: ${{ secrets.R4DS_CLUB_GOOGLE_SERVICE_ACCOUNT }}

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R4DS_CLUB_GOOGLE_SERVICE_ACCOUNT: ${{ secrets.R4DS_CLUB_GOOGLE_SERVICE_ACCOUNT }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7975c0b

Please sign in to comment.