Skip to content

Commit

Permalink
MOB-913 Fix workflow syntax error
Browse files Browse the repository at this point in the history
 - deployment workflow syntax error
  • Loading branch information
Peter-John-paystack authored Jan 30, 2024
1 parent 6df9a4c commit 4fe37c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
PLIST= secrets.plist
/usr/libexec/PlistBuddy -c "Set PUSHER_API_KEY $PUSH_TOKEN" $PLIST
cd ../../../..
env:
env:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}

- name: Create Release
Expand Down

0 comments on commit 4fe37c8

Please sign in to comment.