Skip to content

Commit

Permalink
Fixed the influx config file name
Browse files Browse the repository at this point in the history
  • Loading branch information
simcax committed Oct 31, 2023
1 parent 0e094c0 commit f4adabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sudo cp influx /usr/local/bin/
- name: Get an access token
run: |
influx config create --config-name <config-name> \
influx config create --config-name influx-config \
--host-url http://localhost:8086 \
--org iconnmon \
--token ${{ secrets.INFLUX_TOKEN }}\
Expand Down

0 comments on commit f4adabb

Please sign in to comment.