Skip to content

Commit

Permalink
build: modify secret variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Jan 19, 2024
1 parent 7172cee commit e377e10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_TOKEN }}
branch: master
- name: notice when job fails
if: failure()
Expand Down
1 change: 1 addition & 0 deletions pkg/pip_requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
spaceone-api
spaceone-inventory
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
author_email="[email protected]",
license="Apache License 2.0",
packages=find_packages(),
install_requires=["spaceone-api"],
install_requires=["spaceone-api", "spaceone-inventory"],
package_data={"plugin": ["metadata/*/*.yaml"]},
zip_safe=False,
)

0 comments on commit e377e10

Please sign in to comment.