Skip to content

Commit 1015d1a

Browse files
authored
chore: beta-ff-to-master.yml fixed permissions
1 parent 3cc30a5 commit 1015d1a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/beta-ff-to-master.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- master
77

8+
permissions:
9+
contents: write # Даем права на запись в репозиторий
10+
811
jobs:
912
fast-forward:
1013
runs-on: ubuntu-latest
@@ -28,3 +31,5 @@ jobs:
2831
else
2932
echo "Fast-forward not possible. No changes pushed."
3033
fi
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)