Skip to content

Commit

Permalink
Workaround for private actions not being usable in public repos
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-jmac committed Dec 20, 2023
1 parent 5124304 commit 57f574c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/security-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,13 @@ jobs:
with:
python-version: '3.9'

- name: Run action to get records
uses: RasaHQ/get-release-records-from-datocms-gha@main
id: get_branches
with:
dato-cms-api-key: ${{ secrets.DATO_CMS_API_KEY }}
product-name: Rasa Plus
status: supported

- name: Fetch all tags
run: git fetch --tags

- name: Run Python script
id: tags
run: |
python scripts/get_tags_from_branch.py '${{ steps.get_branches.outputs.records }}' '3.3.x'
python scripts/get_tags_from_branch.py '["3.3.x","3.4.x","3.5.x","3.6.x","3.7.x","3.8.x"]' '3.3.x'
- name: Show tags
run: |
Expand Down

0 comments on commit 57f574c

Please sign in to comment.