We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f358853 commit eed04a4Copy full SHA for eed04a4
.github/workflows/publish.yaml
@@ -21,14 +21,7 @@ jobs:
21
name: "Release ${{ github.event.inputs.semver }}"
22
runs-on: ubuntu-latest
23
steps:
24
- - name: Setup SSH
25
- uses: webfactory/ssh-agent@d4b9b8ff72958532804b70bbe600ad43b36d5f2e
26
- with:
27
- ssh-private-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
28
-
29
- - uses: actions/checkout@v3
30
31
- ssh-key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
32
- uses: actions/setup-node@v3
33
with:
34
node-version: ${{ github.event.inputs.nodeVersion }}
0 commit comments