Skip to content

Commit 7333b26

Browse files
committed
action permissions
1 parent d76d936 commit 7333b26

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
tags: [ 'v*' ]
77
workflow_dispatch:
88

9+
permissions:
10+
actions: none
11+
contents: write
12+
913
jobs:
1014
build:
1115
runs-on: ${{ matrix.os }}
@@ -68,4 +72,4 @@ jobs:
6872
exportify-cli-macos-intel/exportify-cli-macos-intel
6973
exportify-cli-macos-arm64/exportify-cli-macos-arm64
7074
env:
71-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)