Skip to content

Commit

Permalink
Updating dotnet.yml action
Browse files Browse the repository at this point in the history
  • Loading branch information
khanjal committed Nov 24, 2024
1 parent 71ec197 commit 02b4332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: dotnet build --no-restore
- name: Test
env:
spreadsheet_id: ${{ secrets.SPREADSHEET_ID }}
gig_spreadsheet_id: ${{ secrets.GIG_SPREADSHEET_ID }}
stock_spreadsheet_id: ${{ secrets.STOCK_SPREADSHEET_ID }}
google_credentials:type: ${{ secrets.GOOGLE_CREDENTIALS_TYPE }}
google_credentials:private_key_id: ${{ secrets.GOOGLE_CREDENTIALS_PRIVATE_KEY_ID }}
google_credentials:private_key: ${{ secrets.GOOGLE_CREDENTIALS_PRIVATE_KEY }}
Expand Down

0 comments on commit 02b4332

Please sign in to comment.