We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c06ace commit 49ecd6cCopy full SHA for 49ecd6c
.github/workflows/action.yaml
@@ -9,5 +9,7 @@ on:
9
10
jobs:
11
plugin-action:
12
+ name: CI
13
uses: matmair/inventree-meta-plugin/.github/workflows/plugin_action.yaml@next
- secrets: inherit
14
+ secrets:
15
+ PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments