Skip to content

Commit

Permalink
Fix GitHub issues workflows (#15)
Browse files Browse the repository at this point in the history
* Add Github Actions for Issues on repo

* fix github action for issues
  • Loading branch information
urischwartz-cb authored Jan 9, 2024
1 parent 10c7459 commit 7bd386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [opened, reopened]

env:
CHANNEL_WALLET_FEEDBACK: ${{ vars.CHANNEL_API_FEEDBACK }}
CHANNEL_API_FEEDBACK: ${{ vars.CHANNEL_API_FEEDBACK }}
ON_CALL_API: ${{ vars.ON_CALL_API }}

jobs:
Expand Down

0 comments on commit 7bd386e

Please sign in to comment.