Skip to content

Commit d87acee

Browse files
committed
Add repo read token to workflow
1 parent 992c8ff commit d87acee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: Checkout Code
3232
uses: actions/checkout@v3
33+
with:
34+
token: ${{ secrets.REPO_READ_TOKEN }}
3335

3436
- name: Install Poetry
3537
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)