Skip to content

Commit

Permalink
🚧 change secrets initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
starwiz-7 committed Jun 15, 2023
1 parent d2ddf6f commit 71db2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ghcr.io/devfolioco/siwe-oidc:${{ github.event.release.tag_name }}
ghcr.io/devfolioco/siwe-oidc:latest
secrets: |
INFURA_ID=${{ secrets.INFURA_ID }}
"INFURA_ID=${{ secrets.INFURA_ID }}"
- name: Build and push Pre-Release
if: github.event.release.prerelease == true
id: docker_build_prerelease
Expand All @@ -45,4 +45,4 @@ jobs:
tags: |
ghcr.io/devfolioco/siwe-oidc:${{ github.event.release.tag_name }}
secrets: |
INFURA_ID=${{ secrets.INFURA_ID }}
"INFURA_ID=${{ secrets.INFURA_ID }}"

0 comments on commit 71db2ec

Please sign in to comment.