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 988f05f commit 08774faCopy full SHA for 08774fa
.github/workflows/depraveyard.yml
@@ -0,0 +1,20 @@
1
+name: Depraveyard
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - develop
7
+ - master
8
9
+jobs:
10
+ depraveyard:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - name: Use Node.js
15
+ uses: actions/setup-node@v1
16
+ with:
17
+ node-version: 20.x
18
+ - run: npm ci
19
+ - name: Depraveyard pushing
20
+ run: npx depraveyard push --orgId ozziest-org-YLASRc --accessId ${{ secrets.DEPRAVEYARD_ACCESS_ID }} --accessToken ${{ secrets.DEPRAVEYARD_TOKEN }}
0 commit comments