mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-22 02:07:50 +07:00
ci/hotfix(build): inherit secret (#223)
* ci/hotfix(build): inherit secret * fix: refine condition
This commit is contained in:
parent
ebc6a1a292
commit
ef6dc5dcf9
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.sha }}
|
||||
build-type: main-build
|
||||
secrets: inherit
|
||||
|
||||
post-actions:
|
||||
if: always()
|
||||
|
2
.github/workflows/seed-build.yml
vendored
2
.github/workflows/seed-build.yml
vendored
@ -152,7 +152,7 @@ jobs:
|
||||
|
||||
- name: Report result
|
||||
uses: daeuniverse/ci-seed-jobs/common/report-check-run@master
|
||||
if: always() && ${{ inputs.build-type == 'pr-build' }} && startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
|
||||
if: always() && inputs.build-type == 'pr-build' && startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
|
||||
with:
|
||||
app_id: ${{ secrets.GH_APP_ID }}
|
||||
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user