We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c9b05 commit eb0a6f4Copy full SHA for eb0a6f4
1 file changed
.github/workflows/package-action.yml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ ssh-key: "${{ secrets.COMMIT_KEY }}"
15
- uses: actions/setup-node@v3
16
with:
17
node-version: 16
- with:
- ssh-key: "${{ secrets.COMMIT_KEY }}"
18
- name: Install Javascript dependencies with npm
19
run: npm install
20
- name: Package action for distribution
0 commit comments