Skip to content

Commit

Permalink
workflow : add branch env var
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJoyenConseil committed Nov 24, 2024
1 parent 96e810f commit 9b5d082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GITHUB_TOKEN=putyour_PAT_Github
GITHUB_ORG=apache
GITHUB_REPO=airflow
GITHUB_ORG=observablehq
GITHUB_REPO=framework
GITHUB_BRANCH=main # optional
5 changes: 3 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ concurrency:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ORG: 'apache'
GITHUB_REPO: 'airflow'
GITHUB_ORG: 'observablehq'
GITHUB_REPO: 'framework'
GITHUB_BRANCH: 'main'

jobs:
# Single deploy job since we're just deploying
Expand Down

0 comments on commit 9b5d082

Please sign in to comment.