Skip to content

Commit

Permalink
ci: Fix GH_TOKEN usage
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 5, 2023
1 parent b1d27ee commit c1f750a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: Semantic release
on:
push:
branches:
- geokrety

permissions:
contents: read # for checkout
- main

jobs:
release:
Expand All @@ -21,6 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}

# setting up Node
- name: Setup Node.js
Expand Down

0 comments on commit c1f750a

Please sign in to comment.