Skip to content

Commit

Permalink
Secrets don't follow 🤡
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiKalbe committed May 24, 2024
1 parent d2eb62f commit 8f94406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build 🏗️ & Publish 🚀

on: workflow_call
on:
workflow_call:
secrets:
PYPI_TOKEN:
required: true

jobs:
build-publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
needs: [test, check]
uses: ./.github/workflows/build-publish.yaml
secrets: inherit

0 comments on commit 8f94406

Please sign in to comment.