Skip to content

Commit 9b2bca5

Browse files
committed
### [1.0.5] - 2024-06-15
- Fixed `errorFields` not being set properly for all responses - CD branch creation clean up / fix
1 parent 51d354b commit 9b2bca5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Create release branch
1818
uses: peterjgrainger/action-create-branch@v3.0.0
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1921
with:
2022
branch: version/${{ github.event.inputs.version }}
2123

0 commit comments

Comments
 (0)