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 65143d2 commit d88ea29Copy full SHA for d88ea29
.github/workflows/publish-test.yml
@@ -0,0 +1,27 @@
1
+# ⚠️ THIS WORKFLOW IS THE TRUSTED PUBLISHER CONFIGURED ON NPMJS.COM, DO NOT RENAME OR DELETE THIS FILE ⚠️
2
+name: '!! Publish NPM Package --- TEST ---'
3
+
4
+on:
5
+ push:
6
+ branches:
7
+ - '*'
8
+ # tags:
9
+ # - 'v*'
10
11
+# permissions:
12
+# id-token: write # Required for OIDC
13
+# packages: write
14
+# contents: read
15
+# security-events: write # Required for uploading SARIF files
16
17
+jobs:
18
+ build-and-test:
19
+ uses: ./.github/workflows/main.yml
20
21
+ # publish:
22
+ # needs: build-and-test
23
+ # permissions:
24
+ # id-token: write # Required for OIDC
25
+ # packages: write
26
+ # contents: read
27
+ # uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
0 commit comments