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 938bbbd commit e89a42eCopy full SHA for e89a42e
.github/workflows/blossom-ci.yml
@@ -54,8 +54,8 @@ jobs:
54
OPERATION: 'AUTH'
55
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
REPO_KEY_DATA: ${{ secrets.BLOSSOM_KEY }}
57
- if: needs.Check-Authorization.outputs.authorized == 'true'
58
- run: blossom-ci && printenv
+ #if: needs.Check-Authorization.outputs.authorized == 'true'
+ run: blossom-ci
59
60
Vulnerability-Scan:
61
name: Vulnerability scan
0 commit comments