We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d438ce5 commit 77ca0dbCopy full SHA for 77ca0db
1 file changed
.github/workflows/push_build_to_prod_pypi.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v3
16
+ with:
17
+ token: ${{ secrets.MY_TOKEN }}
18
- name: Bump versions
19
uses: remorses/bump-version@js
20
with:
0 commit comments