Skip to content

Commit 8caf70b

Browse files
fix token
1 parent a409674 commit 8caf70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PrepareNextIteration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Update Version Number
28-
env:
29-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3028
run: |
3129
git config user.name "${GITHUB_ACTOR}"
3230
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
@@ -40,5 +38,7 @@ jobs:
4038
git push --set-upstream origin gh-action/next-iteration
4139
4240
- name: Create Pull Request
41+
env:
42+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
run: |
4444
gh pr create -B master --title "Prepare next development iteration ${{ inputs.nextVersion }}" --body ""

0 commit comments

Comments
 (0)