remove poetry file and update workflow file to use correct meli secret
This commit is contained in:
parent
8d4d61c017
commit
1150115171
3 changed files with 3 additions and 2633 deletions
|
@ -65,7 +65,7 @@ jobs:
|
|||
npx -p "@getmeli/cli" meli upload ./site \
|
||||
--url "https://pages.coastalcommits.com" \
|
||||
--site "${{ vars.MELI_SITE_ID }}" \
|
||||
--token "${{ secrets.MELI_SECRET }}" \
|
||||
--token "${{ secrets.MELI_TOKEN }}" \
|
||||
--release "$CI_ACTION_REF_NAME_SLUG/${{ env.GITHUB_SHA }}" \
|
||||
--branch "$CI_ACTION_REF_NAME_SLUG"
|
||||
|
||||
|
|
2628
poetry.lock
generated
2628
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -2,12 +2,10 @@
|
|||
name = "seacogs"
|
||||
version = "0.1.0"
|
||||
description = "My assorted cogs for Red-DiscordBot."
|
||||
license = "MPL 2"
|
||||
authors = [{name = "cswimr", email = "seaswimmerthefsh@gmail.com"}]
|
||||
license = {file="LICENSE"}
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
authors = [
|
||||
{ name = "cswimr", email = "seaswimmerthefsh@gmail.com" },
|
||||
]
|
||||
dependencies = [
|
||||
"aiosqlite>=0.20.0",
|
||||
"beautifulsoup4>=4.12.3",
|
||||
|
|
Loading…
Reference in a new issue