Skip to content

Commit e987ac3

Browse files
Update train_and_release.yml
fix secrets GH_PAT
1 parent 8d71ce9 commit e987ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/train_and_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
body: "This model was trained automatically on commit ${{ github.sha }}"
4545
files: trained_model.tar.gz
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)