Skip to content

Commit

Permalink
1 upd: add action to generate rule list wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo committed Jul 4, 2024
1 parent 89510f7 commit 3ca2e66
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3ca2e66

Please sign in to comment.