From ff700db017b05cfd8d84a31ea3c1d1018bc88fa0 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 26 May 2024 22:04:44 +0200 Subject: [PATCH] update action --- .github/workflows/action.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index cb4d0cf..179a10c 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -9,5 +9,7 @@ on: jobs: plugin-action: - uses: matmair/inventree-meta-plugin/.github/workflows/plugin_action.yaml@main - secrets: inherit + name: CI + uses: matmair/inventree-meta-plugin/.github/workflows/plugin_action.yaml@next + secrets: + PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}