Skip to content

Commit

Permalink
ci: revert PAT changes (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Aug 9, 2024
1 parent 69610cf commit a5f5a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
ref: ${{ github.ref }}
fetch-depth: 0
token: ${{ secrets.SILENTWORKS_PAT }}
# This action uses Python Semantic Release v8
- name: Python Semantic Release
id: release
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
with:
ref: ${{ github.ref }}
fetch-depth: 0
token: ${{ secrets.SILENTWORKS_PAT }}

- name: Rename Project
id: rename_project
Expand Down

0 comments on commit a5f5a4b

Please sign in to comment.