We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4a8bd commit 69ff95dCopy full SHA for 69ff95d
1 file changed
.github/workflows/update-version-refs.yml
@@ -8,15 +8,13 @@ on:
8
jobs:
9
update-version-refs:
10
runs-on: ubuntu-latest
11
- permissions:
12
- contents: write
13
- actions: write
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
ref: main # Ensure we're always updating the main branch
+ token: ${{ secrets.WORKFLOW_TOKEN }} # https://github.com/orgs/community/discussions/35410#discussioncomment-7645702
20
21
- name: Extract tag name
22
id: get_tag
0 commit comments