From 9b250f002fda8985a6446b466249dc6f83350f33 Mon Sep 17 00:00:00 2001 From: fclante Date: Tue, 26 Mar 2024 21:06:03 +0100 Subject: [PATCH] Secrets are inherited, moved the secrets --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +