Skip to content

Commit

Permalink
use fine grained PAT for release workflow (#2336)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbader authored Apr 17, 2024
1 parent fbbc186 commit 1080a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: "1. Clone repository"
uses: actions/checkout@v2
with:
token: ${{ secrets.RELEASE_WORKFLOW_TOKEN_NEW }}
token: ${{ secrets.RELEASE_WORKFLOW_TOKEN_NEW_FINE_GRAINED }}
fetch-depth: '1'

- name: "2. Set up Python 3.9"
Expand Down

0 comments on commit 1080a08

Please sign in to comment.