|
|
@@ -19,6 +19,11 @@ concurrency:
|
|
|
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
+# Fine-grant permission
|
|
|
+# https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
|
|
|
+permissions:
|
|
|
+ contents: write # for creating release
|
|
|
+
|
|
|
env:
|
|
|
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
|
|
GGML_NLOOP: 3
|