Skip to content

Commit

Permalink
feat: authenticate for GitHub API requests
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Aug 22, 2024
1 parent 4794995 commit 341cfe0
Show file tree
Hide file tree
Showing 4 changed files with 1,725 additions and 8 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: "pnpm astro:build"
run: "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pnpm astro:build"

- name: Upload to Deno Deploy
run: "DENO_DEPLOY_TOKEN=${{ secrets.DENO_DEPLOY_TOKEN }} pnpm run deploy"
Loading

0 comments on commit 341cfe0

Please sign in to comment.