Skip to content

Commit

Permalink
env updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Purshotam patidar committed Jun 21, 2024
1 parent cfab7e8 commit e132e6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
REGISTERY_OWNER: implerhq
DOCKER_NAME: impler/api
IMAGE_TAG: ${{ github.sha }}
GH_ACTOR: implerhq
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
# GH_ACTOR: implerhq
# GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
run: |
[ -z "$GH_PASSWORD" ] && { echo "Error: GH_PASSWORD is not set"; exit 1; }
echo $GH_PASSWORD | docker login ghcr.io -u $GH_ACTOR --password-stdin
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
build_api:
env:
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
GH_ACTOR: implerhq
permissions:
contents: read
packages: write
Expand Down

0 comments on commit e132e6b

Please sign in to comment.