Skip to content

Commit 8d71ce9

Browse files
Update train_and_release.yml
explicitly grant write access
1 parent 4db1972 commit 8d71ce9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/train_and_release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
jobs:
1010
train-and-release:
1111
runs-on: ubuntu-latest
12-
12+
permissions:
13+
contents: write
1314
steps:
1415
- name: Checkout Repository
1516
uses: actions/checkout@v3

0 commit comments

Comments
 (0)