Skip to content

Commit

Permalink
Collect install counts from production [skip build] [skip test]
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul authored Nov 11, 2024
1 parent 400d039 commit 2334528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- working-directory: bastion-bot
run: node -r dotenv/config test/install-count.mjs > ../metrics/bastion-bot-discord-application/$(date -u +"%Y-%m-%dT%H_%M_%SZ").json
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
DISCORD_TOKEN: ${{ secrets.PRODUCTION_DISCORD_TOKEN }}
- uses: DawnbrandBots/.github/actions/commit-push@main
with:
message: "Transform: ${{ github.run_number }} (${{ github.run_id }})"
Expand Down

0 comments on commit 2334528

Please sign in to comment.