Skip to content

Commit

Permalink
ci: token for pr
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper-ki committed Nov 16, 2023
1 parent c3a9804 commit 4da78b2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/bump-and-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# fetch-depth: 0
# token: ${{ secrets.CICD_PAT_TOKEN }}
# - name: Configure Git user
# run: |
# git config --local user.name "Kraina CI/CD"
# git config --local user.email "[email protected]"
with:
fetch-depth: 0
token: ${{ secrets.CICD_PAT_TOKEN }}
- name: Configure Git user
run: |
git config --local user.name "Kraina CI/CD"
git config --local user.email "[email protected]"
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -66,3 +66,4 @@ jobs:
labels: release
base: main
body: ${{ steps.changelog.outputs.release-notes }}
token: ${{ secrets.CICD_PAT_TOKEN }}

0 comments on commit 4da78b2

Please sign in to comment.