Skip to content

Commit

Permalink
ci: πŸš€ use token in checkout for semantic release action
Browse files Browse the repository at this point in the history
use token in checkout for semantic release action
  • Loading branch information
tal-rofe committed Feb 15, 2023
1 parent 1a25171 commit 2856bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.SEMANTIC_RELEASE_GH_TOKEN }}

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit 2856bc3

Please sign in to comment.