Skip to content

Commit

Permalink
pass in secret to action
Browse files Browse the repository at this point in the history
  • Loading branch information
sethetter committed Jul 2, 2024
1 parent 9b9bb4a commit 1fc4144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Build step
run: "deno task build"
env:
APP_GITHUB_TOKEN: ${{ secrets.APP_GITHUB_TOKEN }}

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
Expand Down

0 comments on commit 1fc4144

Please sign in to comment.