Skip to content

Commit 69ff95d

Browse files
committed
fix: update flow permissions
1 parent 1d4a8bd commit 69ff95d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/update-version-refs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88
jobs:
99
update-version-refs:
1010
runs-on: ubuntu-latest
11-
permissions:
12-
contents: write
13-
actions: write
1411
steps:
1512
- name: Checkout repository
1613
uses: actions/checkout@v4
1714
with:
1815
fetch-depth: 0
1916
ref: main # Ensure we're always updating the main branch
17+
token: ${{ secrets.WORKFLOW_TOKEN }} # https://github.com/orgs/community/discussions/35410#discussioncomment-7645702
2018

2119
- name: Extract tag name
2220
id: get_tag

0 commit comments

Comments
 (0)