Skip to content

Commit d6172e0

Browse files
committed
🐛 Add github token
1 parent 7f2160a commit d6172e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd-semver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Release
2525
id: release
2626
uses: ridedott/release-me-action@v3
27+
env:
28+
GITHUB_TOKEN: ${{ github.token }}
2729
with:
2830
dry-run: ${{ env.DRY_RUN }}
2931
release-branches: '["main", "add-semver-workflow"]'

0 commit comments

Comments
 (0)