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.
1 parent ac53e05 commit f474719Copy full SHA for f474719
.github/workflows/herald.yml
@@ -28,3 +28,7 @@ jobs:
28
with:
29
ref: posts
30
- uses: docker://ghcr.io/javaby/herald:latest
31
+ env:
32
+ TOKEN_TELEGRAM_BOT: ${{ secrets.TOKEN_TELEGRAM_BOT }}
33
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
34
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
0 commit comments