We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b4f79 commit c1b77f6Copy full SHA for c1b77f6
1 file changed
.github/workflows/release.yml
@@ -12,24 +12,11 @@ jobs:
12
- uses: actions/checkout@v6
13
- uses: actions/setup-node@v6
14
with:
15
- node-version: 20
16
- - name: Add key
17
- env:
18
- SSH_AUTH_SOCK: /tmp/ssh_agent.sock
19
- run: |
20
- mkdir -p ~/.ssh
21
- ssh-keyscan github.com >> ~/.ssh/known_hosts
22
- echo "${{ secrets.GH_PAGES_DEPLOY }}" > ~/.ssh/id_rsa
23
- chmod 600 ~/.ssh/id_rsa
24
- cat <<EOT >> ~/.ssh/config
25
- Host github.com
26
- HostName github.com
27
- IdentityFile ~/.ssh/id_rsa
28
- EOT
+ node-version: 24
29
- name: Release Documentation to GitHub Pages
30
env:
31
- USE_SSH: true
32
- GIT_USER: gh-actions
+ GIT_USER: x-access-token
+ GIT_PASS: ${{ secrets.GITHUB_TOKEN }}
33
run: |
34
git config --global user.email "gh-actions@github.com"
35
git config --global user.name "gh-actions"
0 commit comments