Skip to content

Commit

Permalink
Fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored May 6, 2024
1 parent cba31ef commit ae89ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env AUTH_URL='https://api.profcomff.com/auth' \
--env TELEGRAM_BOT_TOKEN='${{ secrets.TELEGRAM_BOT_TOKEN }}' \
--env VK_BOT_GROUP_ID='{{ secrets.VK_BOT_GROUP_ID }}' \
--env VK_BOT_TOKEN='{{ secrets.VK_BOT_TOKEN }}' \
--env VK_BOT_GROUP_ID='${{ secrets.VK_BOT_GROUP_ID }}' \
--env VK_BOT_TOKEN='${{ secrets.VK_BOT_TOKEN }}' \
--env GITHUB_APP_ID='${{ secrets.GH_APP_ID }}' \
--env GITHUB_PRIVATE_KEY='${{ secrets.GH_PRIVATE_KEY }}' \
--env DISCORD_PUBLIC_KEY='${{ secrets.DISCORD_PUBLIC_KEY }}' \
Expand Down

0 comments on commit ae89ca4

Please sign in to comment.