Fixed release.yml
Browse files
.github/workflows/release.yml
CHANGED
@@ -25,7 +25,7 @@ jobs:
|
|
25 |
- name: Check out code
|
26 |
uses: actions/checkout@v4
|
27 |
with:
|
28 |
-
|
29 |
|
30 |
- name: Prepare release body
|
31 |
run: |
|
|
|
25 |
- name: Check out code
|
26 |
uses: actions/checkout@v4
|
27 |
with:
|
28 |
+
token: ${{ secrets.MY_GITHUB_TOKEN }} # Use the secret as an environment variable
|
29 |
|
30 |
- name: Prepare release body
|
31 |
run: |
|