We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0db34 commit 9f2047fCopy full SHA for 9f2047f
.github/workflows/draft-release.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
fetch-depth: 0
25
ref: 'main'
26
- ssh-key: ${{ secrets.DEPLOY_KEY }}
+ token: ${{ secrets.GH_ACCESS_TOKEN }}
27
28
- name: Configure git
29
run: |
.github/workflows/post-release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments