Skip to content

Commit 5e65ae3

Browse files
committed
Fix release workflow
1 parent d62d188 commit 5e65ae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
environment: Development
1212
env:
1313
BRANCH_NAME: ${{ github.ref_name }}
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1415
steps:
1516
- uses: actions/checkout@v4
1617

0 commit comments

Comments
 (0)