-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 upd: add action to generate rule list wiki page
- Loading branch information
Mykhailo
committed
Jul 4, 2024
1 parent
89510f7
commit 3ca2e66
Showing
1 changed file
with
5 additions
and
2 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 |
---|---|---|
|
@@ -13,11 +13,14 @@ jobs: | |
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Checkout action | ||
run: git clone -b main "https://git:[email protected]/epmc-sec/cloudlab/cloud_custodian/ecc-actions.git" ecc-actions | ||
- name: Checkout ecc-actions | ||
run: git clone -b feature/generate_list_of_rules "https://git:[email protected]/epmc-sec/cloudlab/cloud_custodian/ecc-actions.git" ecc-actions | ||
env: | ||
PROJECT_TOKEN: ${{ secrets.ECC_CHANGELOG_ACTION }} | ||
|
||
- name: Create wiki | ||
uses: ./ecc-actions/generate-list-of-rules | ||
|
||
- name: Release action | ||
uses: ./ecc-actions/release-rulepack-action | ||
with: | ||
|