We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452d967 commit 87d03d0Copy full SHA for 87d03d0
.github/workflows/bump-gitstream-core.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v6
34
with:
35
- token: ${{ secrets.CI_USER_GIT_TOKEN }}
+ token: ${{ secrets.CI_ACCOUNT_PAT }}
36
37
- name: Set version to ENV
38
run: |
@@ -64,7 +64,7 @@ jobs:
64
- name: Create PR for ${{ env.VERSION }}
65
id: create-pr
66
env:
67
- GH_TOKEN: ${{ secrets.CI_USER_GIT_TOKEN }}
+ GH_TOKEN: ${{ secrets.CI_ACCOUNT_PAT }}
68
69
echo -e "${{ inputs.description }}" > pr_description.txt
70
git config --global user.name 'GitHub Actions Bot'
0 commit comments