Skip to content

Commit

Permalink
secrets fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yongkangc committed Nov 22, 2023
1 parent 7009c27 commit ec44392
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Teloxide Discussions
url: https://github.com/ExtremelySunnyYk/rustygram/discussions/categories/q-a
- name: rustygram Discussions
url: https://github.com/ExtremelySunnyYk/rustygram/discussions/
about: Please ask and answer questions here.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
cargo +${{ matrix.toolchain }} test --tests --no-run --verbose
- name: Test unit & integration tests
env:
TEST_BOT_TOKEN: ${{ secrets.TEST_BOT_TOKEN }}
TEST_CHAT_ID: ${{ secrets.TEST_CHAT_ID }}
run: |
cargo +${{ matrix.toolchain }} test --tests --verbose
Expand Down

0 comments on commit ec44392

Please sign in to comment.