Skip to content

Commit

Permalink
ci: VersionAndChangelog job uses personal access token
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPedroGHM committed Oct 25, 2023
1 parent 4a0c984 commit ec9f1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
tag: ${{ steps.semantic-release.outputs.tag }}
needs: Test
runs-on: ubuntu-latest
environment: release
concurrency: publish
permissions:
contents: write
Expand All @@ -22,6 +23,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.PERSONAL_GH_TOKEN }}
- uses: actions/setup-python@v4
- name: Install dependencies
run: |
Expand Down

0 comments on commit ec9f1ad

Please sign in to comment.