diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1798e0a..d882d51 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -7,7 +7,6 @@ on: jobs: publish: - secrets: inherit runs-on: ubuntu-latest steps: # Use checkout to publish the files in your repo @@ -29,3 +28,5 @@ jobs: file: modpack.zip categories: | # <-- notice this pipe character modpacks + secrets: inherit +