We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb7d78 commit d456bc2Copy full SHA for d456bc2
.github/workflows/release.yml
@@ -12,11 +12,12 @@ jobs:
12
uses: actions/checkout@v2
13
with:
14
fetch-depth: 0
15
+ token: ${{ secrets.ADMIN_TOKEN }} # Use the new token for authentication
16
- name: Python Semantic Release
17
id: semantic_release
18
uses: relekang/python-semantic-release@master
19
- github_token: ${{ secrets.GITHUB_TOKEN }}
20
+ github_token: ${{ secrets.ADMIN_TOKEN }} # Use the new token for authentication
21
repository_username: __token__
22
repository_password: ${{ secrets.PYPI_TOKEN }}
23
git_committer_name: "OpenAdapt Bot"
0 commit comments