Skip to content

Commit

Permalink
Update project id env to use secret
Browse files Browse the repository at this point in the history
  • Loading branch information
sartim committed Mar 25, 2024
1 parent b2af028 commit 8f97365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
channelId: live
projectId: angular-drf-admin
projectId: ${{ secrets.PROJECT_ID }}

0 comments on commit 8f97365

Please sign in to comment.