Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger authored Sep 11, 2024
1 parent f032fa4 commit 4b23635
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
cache: 'npm'
- run: echo ${{secrets.FOO}}
- run: echo ${{secrets.FOO}} > ./mySecret
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: mySecret
path: mySecret
retention-days: 5

0 comments on commit 4b23635

Please sign in to comment.