Skip to content

Commit

Permalink
SONARGO-56 Add common CN Github workflows
Browse files Browse the repository at this point in the history
Small fix for update rules metadata
  • Loading branch information
mstachniuk committed Dec 19, 2024
1 parent c4bab50 commit abd735d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rule-metadata-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
development/artifactory/token/{REPO_OWNER_NAME_DASH}-private-reader role | ARTIFACTORY_ROLE;
- uses: gradle/actions/setup-gradle@v4
- run: |
git submodule update --init build-logic
./gradlew :ruleApiUpdate -PartifactoryUsername=${ARTIFACTORY_ROLE} -PartifactoryPassword=${ARTIFACTORY_ACCESS_TOKEN}
env:
ARTIFACTORY_ROLE: vault-${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ROLE }}
Expand Down

0 comments on commit abd735d

Please sign in to comment.