Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
profvjreddi committed Feb 9, 2025
1 parent 02f714a commit 897acff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/quarto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ on:
required: true
type: string
description: 'Target branch (dev/main) - determines build behavior'
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
secrets:
SSH_DEPLOY_KEY:
required: true
GITHUB_TOKEN:
required: true

permissions:
contents: write
Expand Down

0 comments on commit 897acff

Please sign in to comment.