Skip to content

Commit

Permalink
fix: correct environment variables names in workflow file
Browse files Browse the repository at this point in the history
Changed appId to APP_ID and appPrivateKey to APP_PRIVATE_KEY.
  • Loading branch information
gentlementlegen committed Oct 28, 2024
1 parent 48424b0 commit 6649005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
steps:
- uses: ubiquity-os/action-deploy-plugin@main
env:
appId: ${{ secrets.APP_ID }}
appPrivateKey: ${{ secrets.APP_PRIVATE_KEY }}
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit 6649005

Please sign in to comment.