Skip to content

Commit 73e26f2

Browse files
committed
use github token
1 parent 06c4eb5 commit 73e26f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ on: # yamllint disable-line rule:truthy
88

99
jobs:
1010
build:
11+
name: Build and release binaries and checksum
1112
runs-on: ubuntu-latest
13+
permissions:
14+
packages: write
15+
contents: read
1216
steps:
1317
- uses: actions/checkout@v4
1418
with:

0 commit comments

Comments
 (0)