Skip to content

Commit a5f5a4b

Browse files
authored
ci: revert PAT changes (#568)
1 parent 69610cf commit a5f5a4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
with:
5959
ref: ${{ github.ref }}
6060
fetch-depth: 0
61+
token: ${{ secrets.SILENTWORKS_PAT }}
6162
# This action uses Python Semantic Release v8
6263
- name: Python Semantic Release
6364
id: release
@@ -93,6 +94,7 @@ jobs:
9394
with:
9495
ref: ${{ github.ref }}
9596
fetch-depth: 0
97+
token: ${{ secrets.SILENTWORKS_PAT }}
9698

9799
- name: Rename Project
98100
id: rename_project

0 commit comments

Comments
 (0)