zhichyu commited on
Commit
7f88eda
·
1 Parent(s): ee64c42

Fixed release.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/release.yml +1 -1
.github/workflows/release.yml CHANGED
@@ -25,7 +25,7 @@ jobs:
25
  - name: Check out code
26
  uses: actions/checkout@v4
27
  with:
28
- ssh-key: ${{ secrets.MY_DEPLOY_KEY }}
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: |