Skip to content

Commit

Permalink
adding github action secrets config to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveWinward committed Jun 8, 2024
1 parent 8b16555 commit fa42909
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ jobs:
# Run the integration tests
- name: Integration Tests
run: dotnet test GoogleSheetsWrapper.IntegrationTests.csproj --no-build --verbosity normal
working-directory: 'src/GoogleSheetsWrapper.IntegrationTests'
working-directory: 'src/GoogleSheetsWrapper.IntegrationTests'
env:
GOOGLE_SERVICE_ACCOUNT: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}
GOOGLE_SPREADSHEET_ID: ${{ secrets.GOOGLE_SPREADSHEET_ID }}
GOOGLE_JSON_CREDS: ${{ secrets.GOOGLE_JSON_CREDS }}

0 comments on commit fa42909

Please sign in to comment.