Skip to content

Commit d43a7ad

Browse files
authored
Add release-please token
1 parent d530573 commit d43a7ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
release-type: python
1818
package-name: snakemake-interface-scheduler-plugins
19+
token: ${{ secrets.RELEASE_PLEASE_PR_CI_TOKEN }}
1920

2021
publish:
2122
runs-on: ubuntu-latest
@@ -35,4 +36,4 @@ jobs:
3536
uses: pypa/gh-action-pypi-publish@release/v1
3637
with:
3738
user: __token__
38-
password: ${{ secrets.PYPI_TOKEN }}
39+
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)