Skip to content

Commit

Permalink
Adjust comments, add env, timeout-minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Aug 3, 2023
1 parent 065580a commit a6f8c9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ jobs:
overwrites-pull-request-comment: true
# replicate deploy preview prefix (ish)
alias: deploy-preview-pr-${{ github.event.pull_request.number }}
enable-github-deployment: false
enable-github-deployment: false # seems to not be a valid option? (not in schema?)
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 1

0 comments on commit a6f8c9e

Please sign in to comment.