Skip to content

Commit

Permalink
✏️ fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tgel0 committed Dec 4, 2023
1 parent b622fe0 commit 0a1659c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
with:
args: functions:config:set sheets.api_key=${{ secrets.API_KEY }} sheets.measurement_id=${{ secrets.MEASURE_ID }} sheets.api_secret=${{ secrets.API_SECRET }} sheets.client_id=${{ secrets.CLIENT_ID }}; firebase deploy --only functions --force
env:
GCP_SA_KEY: ${{ secrets.SA_TOKEN }}
GCP_SA_KEY: ${{ secrets.SA_KEY }}

0 comments on commit 0a1659c

Please sign in to comment.