Skip to content

Commit

Permalink
[CI] Deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
forest-extension-admin committed Jan 21, 2024
1 parent c8e715d commit fab6163
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dispatch_plugin_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@ jobs:
- name: git clone actions repository
run: |
git clone https://github.com/forest-extension/actions.git
cd actions
- name: install requirements
run: pip install --upgrade -r pkg/pip_requirements.txt
run: pip install --upgrade -r actions/pkg/pip_requirements.txt

- name: set PAT_TOKEN env
run: echo "PAT_TOKEN=$(echo ${{ secrets.PAT_TOKEN }})" >> $GITHUB_ENV

- name: create template with topics
run: |
python src/main.py template --dest ${{ github.repository }} --resource-type ${{ github.event.inputs.resource_type }} --core-version ${{ github.event.inputs.core-version }}
python actions/src/main.py template --dest ${{ github.repository }} --resource-type ${{ github.event.inputs.resource_type }} --core-version ${{ github.event.inputs.core-version }}
- name: extract service from resource type to lower case
run: |
Expand Down

0 comments on commit fab6163

Please sign in to comment.