Skip to content

Commit 7a927cd

Browse files
committed
FIX: Try to remove permission to fix upmerge workflow
1 parent 4554fe5 commit 7a927cd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/upmerge.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,11 @@ on:
55
branches:
66
- develop
77

8-
permissions:
9-
contents: write
10-
packages: read
11-
128
jobs:
139
upmerge:
14-
1510
runs-on: ubuntu-latest
16-
1711
env:
1812
GH_TOKEN: ${{ github.token }}
19-
2013
steps:
2114
- name: Checkout
2215
uses: actions/checkout@v7

0 commit comments

Comments
 (0)