Skip to content

Commit

Permalink
fix: add PLUGIN_GITHUB_TOKEN to compute workflow
Browse files Browse the repository at this point in the history
Included PLUGIN_GITHUB_TOKEN environment variable in compute.yml for GitHub actions.
  • Loading branch information
gentlementlegen committed Oct 28, 2024
1 parent 6649005 commit 9c63809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
PLUGIN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
KERNEL_PUBLIC_KEY: ${{ secrets.KERNEL_PUBLIC_KEY }}

Expand Down

0 comments on commit 9c63809

Please sign in to comment.