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 .copier-answers.ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 31c31e8
_commit: 871d6e1
_src_path: gh:athackst/ci
bump_script_path: ''
release_template: '## What''s changed
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jobs:
permissions:
contents: write
pull-requests: read
actions: write
uses: athackst/ci/.github/workflows/release_drafter.yml@main
secrets: inherit
secrets:
token: ${{ secrets.CI_BOT_TOKEN }}
Loading