Skip to content

Commit

Permalink
ci: remove secrets from package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Dec 6, 2024
1 parent 3ce6209 commit dd20ebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
uses: ./.github/workflows/run_package.yml
needs:
- build
secrets:
APPX_SIGNING_CERT: ${{ secrets.APPX_SIGNING_CERT }}
CERT_ALGORITHM: ${{ secrets.CERT_ALGORITHM }}

checks:
name: Checks 📋
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/run_package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Build Tarball

on:
workflow_call:
secrets:
APPX_SIGNING_CERT: {}
CERT_ALGORITHM: {}
workflow_call: {}

jobs:
launcher-bundle:
Expand Down

0 comments on commit dd20ebd

Please sign in to comment.