Skip to content

Commit

Permalink
chore(actions): use correct secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Aug 22, 2024
1 parent 341cfe0 commit c1d9a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: "pnpm install"

- name: Build step
run: "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pnpm astro:build"
run: "GITHUB_TOKEN=${{ secrets.GH_SECRET }} pnpm astro:build"

- name: Upload to Deno Deploy
run: "DENO_DEPLOY_TOKEN=${{ secrets.DENO_DEPLOY_TOKEN }} pnpm run deploy"
2 changes: 1 addition & 1 deletion discord-luau
Submodule discord-luau updated 102 files

0 comments on commit c1d9a62

Please sign in to comment.