We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0418e4 commit 4d4da71Copy full SHA for 4d4da71
.github/workflows/update-major-tag.yml
@@ -22,7 +22,6 @@ jobs:
22
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23
with:
24
ref: ${{ inputs.tag || github.ref }}
25
- token: ${{ secrets.GH_PAT_FOR_UPDATE_TAG }}
26
persist-credentials: false
27
28
- name: Extract major version
@@ -37,7 +36,7 @@ jobs:
37
36
env:
38
MAJOR: ${{ steps.version.outputs.major }}
39
TAG: ${{ inputs.tag || github.ref_name }}
40
- GH_TOKEN: ${{ secrets.GH_PAT_FOR_UPDATE_TAG }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
run: |
42
git config user.name "github-actions[bot]"
43
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments