Skip to content

Commit c8e5fbe

Browse files
committed
Fix secrets for workflow
1 parent ebdbb0c commit c8e5fbe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ on:
1818
jobs:
1919
build:
2020
uses: srnyx/tools/.github/workflows/publish.yml@main
21-
secrets: inherit
21+
secrets:
22+
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}

0 commit comments

Comments
 (0)