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/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
private-key: ${{ secrets.RELEASES_APP_PRIVATE_KEY }}

- name: Handle Release Creation
uses: camunda/infra-global-github-actions/teams/infra/pull-request/release@ac7a12d2c2baf37fd74a87663c3acb6fd95e984b
uses: camunda/infra-global-github-actions/teams/infra/pull-request/release@309fedf3bfb3bbe05b15ce2716e79514f9f2cc30
with:
github-token: ${{ steps.app-token.outputs.token }}
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: camunda/infra-global-github-actions/teams/infra/pull-request/validate-title@ac7a12d2c2baf37fd74a87663c3acb6fd95e984b
uses: camunda/infra-global-github-actions/teams/infra/pull-request/validate-title@309fedf3bfb3bbe05b15ce2716e79514f9f2cc30
with:
# Keep in sync with .github/config/release-please-config.json changelog-sections
types: |
Expand Down