We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d71ce9 commit e987ac3Copy full SHA for e987ac3
.github/workflows/train_and_release.yml
@@ -44,4 +44,4 @@ jobs:
44
body: "This model was trained automatically on commit ${{ github.sha }}"
45
files: trained_model.tar.gz
46
env:
47
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
0 commit comments