Skip to content

Commit

Permalink
fix: 認証キーのパスワードを環境変数から取得する
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Mar 28, 2024
1 parent 7995d76 commit 6a86f92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
pull_request:
branches: [main]

env:
PLASMO_PUBLIC_STORAGE_PASSWORD: ${{secrets.PLASMO_PUBLIC_STORAGE_PASSWORD}}

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a86f92

Please sign in to comment.