Skip to content

Commit

Permalink
workflow: build using skare3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Oct 23, 2024
1 parent 96396c5 commit a800f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:

jobs:
build:
uses: sot/skare3/.github/workflows/package_build.yml@aperoll
uses: sot/skare3/.github/workflows/package_build.yml@master
with:
noarch: false
skare3_branch: aperoll
secrets:
CONDA_PASSWORD: ${{ secrets.CONDA_PASSWORD }}
CHANDRA_XRAY_TOKEN: ${{ secrets.CHANDRA_XRAY_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:

jobs:
build:
uses: sot/skare3/.github/workflows/package_build.yml@aperoll
uses: sot/skare3/.github/workflows/package_build.yml@master
with:
noarch: false
skare3_branch: aperoll
secrets:
CONDA_PASSWORD: ${{ secrets.CONDA_PASSWORD }}
CHANDRA_XRAY_TOKEN: ${{ secrets.CHANDRA_XRAY_TOKEN }}
Expand Down

0 comments on commit a800f05

Please sign in to comment.