We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c1a47e + 8778617 commit b47e4d6Copy full SHA for b47e4d6
.github/workflows/deploy.yml
@@ -88,4 +88,7 @@ jobs:
88
needs.changesets.outputs.pr }}
89
pr_body: |
90
${{ github.event.head_commit.message }}
91
+ secrets:
92
+ TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
93
+ TELEGRAM_TO: ${{ secrets.TELEGRAM_TO }}
94
0 commit comments