Skip to content

Commit

Permalink
Add env variables to the build step of publish package workflow (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushby authored Oct 29, 2024
1 parent ee6841c commit 42aad36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ on:
jobs:
build-package:
runs-on: ubuntu-latest
env:
SEED_PHRASE_1: ${{ secrets.SEED_PHRASE_1 }}
SEED_PHRASE_2: ${{ secrets.SEED_PHRASE_2 }}
SEED_PHRASE_3: ${{ secrets.SEED_PHRASE_3 }}
SEED_PHRASE_4: ${{ secrets.SEED_PHRASE_4 }}
SEED_PHRASE_5: ${{ secrets.SEED_PHRASE_5 }}
SEED_PHRASE_6: ${{ secrets.SEED_PHRASE_6 }}
SEED_PHRASE_7: ${{ secrets.SEED_PHRASE_7 }}
SEED_PHRASE_8: ${{ secrets.SEED_PHRASE_8 }}
outputs:
build-directory: ${{ steps.upload_build.outputs.build_directory }}

Expand Down

0 comments on commit 42aad36

Please sign in to comment.