Skip to content

Commit

Permalink
update release workflow with new secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbader authored Apr 12, 2023
1 parent 3c0ca3d commit 4c9ae45
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 }}
token: ${{ secrets.RELEASE_WORKFLOW_TOKEN_NEW }}
fetch-depth: '1'

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

0 comments on commit 4c9ae45

Please sign in to comment.