Skip to content

Commit

Permalink
ci: 🎡 add credentials so semantic release can push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Aug 8, 2023
1 parent e233699 commit 7041fd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{secrets.GH_PAT}}

- name: Restore build artifacts cache
id: cache-dist
Expand Down Expand Up @@ -169,6 +170,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{secrets.GH_PAT}}

- uses: pdm-project/setup-pdm@v3
with:
Expand Down

0 comments on commit 7041fd2

Please sign in to comment.