tokens added (#2506)

This commit is contained in:
Hare Sudhan
2023-08-01 23:23:11 -04:00
committed by GitHub
parent a1d082bdbb
commit 3032f9e85b
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.PROTECTED_BRANCH_PUSH_TOKEN }}
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
@@ -35,4 +37,4 @@ jobs:
git commit --allow-empty -m "updating atomics count in README.md [ci skip]"
# push quietly to prevent showing the token in log
# no need to provide any credentials
git push --force
git push --force
+2 -1
View File
@@ -9,7 +9,8 @@ jobs:
steps:
- name: checkout repo
uses: actions/checkout@v3
with:
token: ${{ secrets.PROTECTED_BRANCH_PUSH_TOKEN }}
- name: setup ruby
uses: ruby/setup-ruby@v1
with: