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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# own cluster repo. The template repo itself ships no release (it is the sync
# source; downstream instances release independently).
if: github.repository != 'devantler-tech/platform-template'
uses: devantler-tech/reusable-workflows/.github/workflows/create-release.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6
uses: devantler-tech/actions/.github/workflows/create-release.yaml@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0
permissions:
contents: write # create releases and tags
issues: write # comment on related issues
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: devantler-tech/reusable-workflows/.github/workflows/template-sync.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6
uses: devantler-tech/actions/.github/workflows/template-sync.yaml@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0
with:
source-repo-path: devantler-tech/platform-template
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
permissions:
contents: read # checkout so the scanner can read the source files
issues: write # open/maintain the tracking issues the scanner manages
uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6
uses: devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml@061b345a7351b0caf23055caea63ccd08b75e20e # v8.0.0
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}