Skip to content

Commit

Permalink
🐛 Add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
fabidick22 committed Jul 7, 2022
1 parent 7f2160a commit d6172e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Release
id: release
uses: ridedott/release-me-action@v3
env:
GITHUB_TOKEN: ${{ github.token }}
with:
dry-run: ${{ env.DRY_RUN }}
release-branches: '["main", "add-semver-workflow"]'
Expand Down

0 comments on commit d6172e0

Please sign in to comment.