Skip to content

Commit

Permalink
Merge branch 'separate-bot-tokens' into integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Dec 6, 2024
2 parents 56f9caa + 2ca2b70 commit 63fec86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/bot-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
--event='${{ inputs.event }}' \
--uid='${{ inputs.uid }}'
env:
BOT_TOKEN : ${{ secrets.AUTOTICK_BOT_TOKEN }}
REGRO_TOKEN: ${{ secrets.AUTOTICK_BOT_TOKEN }}
RUN_ID: ${{ github.run_id }}
# emptied at the beginning and end of each run, used by Python tempdir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot-feedstocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
conda-forge-tick gather-all-feedstocks
env:
REGRO_TOKEN: ${{ secrets.AUTOTICK_BOT_TOKEN }}
BOT_TOKEN: ${{ secrets.AUTOTICK_BOT_TOKEN }}

- name: deploy
if: github.ref == 'refs/heads/main' && ! cancelled() && ! env.CI_SKIP
Expand Down

0 comments on commit 63fec86

Please sign in to comment.