Skip to content

Commit

Permalink
Use new token to checkout the lib code (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi-indicina authored Mar 10, 2023
2 parents 2cb6879 + b8af342 commit ce6917b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.FEB_2024_SECRET }}
- name: Use Python Semantic Release to prepare Release
uses: relekang/python-semantic-release@master
with:
Expand Down

0 comments on commit ce6917b

Please sign in to comment.