Skip to content

Commit

Permalink
chore: add token to compute.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 4, 2024
1 parent 2bb3dbd commit 1d224e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
permissions: write-all
env:
TELEGRAM_BOT_ENV: ${{ secrets.TELEGRAM_BOT_ENV }}
REPO_ADMIN_ACCESS_TOKEN: ${{ secrets.REPO_ADMIN_ACCESS_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand All @@ -43,3 +44,4 @@ jobs:
id: Kernel-Telegram
env:
TELEGRAM_BOT_ENV: ${{ secrets.TELEGRAM_BOT_ENV }}
REPO_ADMIN_ACCESS_TOKEN: ${{ secrets.REPO_ADMIN_ACCESS_TOKEN }}

0 comments on commit 1d224e3

Please sign in to comment.