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 69e90f8 commit ca78a83Copy full SHA for ca78a83
.github/workflows/release.yml
@@ -7,7 +7,8 @@ on:
7
jobs:
8
build:
9
runs-on: ubuntu-latest # You can choose a different runner if needed
10
- permissions: write-all
+ with:
11
+ repo_token: "${{ secrets.GITHUB_TOKEN }}"
12
13
steps:
14
- name: Checkout
0 commit comments