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 876bc2a commit 98523e1Copy full SHA for 98523e1
.github/workflows/publish.yml
@@ -16,10 +16,10 @@ jobs:
16
build-and-test:
17
uses: ./.github/workflows/main.yml
18
19
- publish:
20
- needs: build-and-test
21
- permissions:
22
- id-token: write # Required for OIDC
23
- packages: write
24
- contents: read
25
- uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
+ # publish:
+ # needs: build-and-test
+ # permissions:
+ # id-token: write # Required for OIDC
+ # packages: write
+ # contents: read
+ # uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
0 commit comments