Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge-bot-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

merge-bot:
name: Merge bot pull request job
uses: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml@74ef727a7aa96493bcd5bc2ce49b2977721678a3 # 2.0.380
uses: ptr727/ProjectTemplate/.github/workflows/merge-bot-task.yml@f3bfdb43aef34750e1a997e68ddfb1364b2bd097 # 2.0.416
secrets:
CODEGEN_APP_CLIENT_ID: ${{ secrets.CODEGEN_APP_CLIENT_ID }}
CODEGEN_APP_PRIVATE_KEY: ${{ secrets.CODEGEN_APP_PRIVATE_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
plan:
name: Plan release job
needs: [assert-dispatch-ref]
uses: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml@74ef727a7aa96493bcd5bc2ce49b2977721678a3 # 2.0.380
uses: ptr727/ProjectTemplate/.github/workflows/publish-plan-task.yml@f3bfdb43aef34750e1a997e68ddfb1364b2bd097 # 2.0.416
with:
event_name: ${{ github.event_name }}
actor: ${{ github.actor }}
Expand All @@ -38,15 +38,15 @@ jobs:
name: Validate sources job
needs: [plan]
if: ${{ needs.plan.outputs.publish == 'true' }}
uses: ptr727/ProjectTemplate/.github/workflows/validate-task.yml@74ef727a7aa96493bcd5bc2ce49b2977721678a3 # 2.0.380
uses: ptr727/ProjectTemplate/.github/workflows/validate-task.yml@f3bfdb43aef34750e1a997e68ddfb1364b2bd097 # 2.0.416
permissions:
contents: read

publish:
name: Publish project release job
needs: [plan, validate]
if: ${{ needs.plan.outputs.publish == 'true' && needs.validate.result == 'success' }}
uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@74ef727a7aa96493bcd5bc2ce49b2977721678a3 # 2.0.380
uses: ptr727/ProjectTemplate/.github/workflows/build-release-task.yml@f3bfdb43aef34750e1a997e68ddfb1364b2bd097 # 2.0.416
permissions:
contents: write
actions: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

validate:
name: Validate sources job
uses: ptr727/ProjectTemplate/.github/workflows/validate-task.yml@74ef727a7aa96493bcd5bc2ce49b2977721678a3 # 2.0.380
uses: ptr727/ProjectTemplate/.github/workflows/validate-task.yml@f3bfdb43aef34750e1a997e68ddfb1364b2bd097 # 2.0.416
permissions:
contents: read

Expand Down
Loading