Skip to content

Commit 708f20a

Browse files
committed
Add permissions for write access in GitHub Actions workflow
1 parent e53d8aa commit 708f20a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
name: Build and upload for all platforms
44

5+
permissions:
6+
contents: write
7+
58
on:
69
push:
710
branches: [ "main" ]

0 commit comments

Comments
 (0)