Skip to content

Commit

Permalink
add GA_KEY to env
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed May 7, 2024
1 parent 5e38046 commit 3d5e6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "VERSION=testing" >> $GITHUB_ENV
echo "TAGS=${BRANCH}" >> $GITHUB_ENV
fi
echo "GA_KEY=${GA_KEY}" >> $GITHUB_ENV
echo "GA_KEY=$GA_KEY" >> $GITHUB_ENV
# build image
- name: Build image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "TAGS=${BRANCH}" >> $GITHUB_ENV
GA_KEY="${{ secrets.GA_KEY_DEV }}"
fi
echo "GA_KEY=${GA_KEY}" >> $GITHUB_ENV
echo "GA_KEY=$GA_KEY" >> $GITHUB_ENV
echo "GA_KEY is: $GA_KEY"
echo "GA_KEY_DEV in secret is: ${{ secrets.GA_KEY_DEV }}"
echo "GA_KEY in secret is: ${{ secrets.GA_KEY }}"
Expand Down

0 comments on commit 3d5e6ff

Please sign in to comment.