-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Repave clarifications * Address feedback on repave * Apply suggestions from code review Co-authored-by: Rita Watson <[email protected]> --------- Co-authored-by: Karl Cardenas <[email protected]> Co-authored-by: Rita Watson <[email protected]>
- Loading branch information
1 parent
84cc76e
commit 3657d0f
Showing
5 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,23 @@ jobs: | |
|| (github.event.action == 'closed') | ||
) | ||
steps: | ||
|
||
- name: Retrieve Credentials | ||
id: import-secrets | ||
uses: hashicorp/[email protected] | ||
with: | ||
url: https://vault.prism.spectrocloud.com | ||
method: approle | ||
roleId: ${{ secrets.VAULT_ROLE_ID }} | ||
secretId: ${{ secrets.VAULT_SECRET_ID }} | ||
secrets: /providers/github/organizations/spectrocloud/token?org_name=spectrocloud token | VAULT_GITHUB_TOKEN | ||
|
||
- name: Backport Action | ||
uses: sqren/backport-github-action@v8.9.3 | ||
uses: sqren/backport-github-action@v9.3.0-a | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
# We are using a PAT token through our Vault Operator to address the issue of PRs workflows not being triggered | ||
# Refer to issue https://github.com/sqren/backport-github-action/issues/79 for more details. | ||
github_token: ${{ steps.import-secrets.outputs.VAULT_GITHUB_TOKEN }} | ||
auto_backport_label_prefix: backport- | ||
add_original_reviewers: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,6 @@ jobs: | |
|
||
- run: npm ci | ||
|
||
|
||
- name: compile | ||
run: | | ||
make build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters