Skip to content

Commit

Permalink
Use test org when generating library.
Browse files Browse the repository at this point in the history
  • Loading branch information
TKIPisalegacycipher committed Nov 8, 2024
1 parent febac1c commit 82d6ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
rm -rf meraki
- name: Regenerate Python Library
run: |
pipenv run python generator/generate_library.py -g true -v ${{ github.event.inputs.library_version }}
pipenv run python generator/generate_library.py -g true -v ${{ github.event.inputs.library_version }} -o ${{ secrets.TEST_ORG_ID }} -k -${{ secrets.TEST_ORG_API_KEY }}
- name: Commit changes to new branch
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 82d6ec0

Please sign in to comment.