Skip to content

Commit

Permalink
print out GA_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Apr 24, 2024
1 parent 530c5b3 commit ed51300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
fi
echo "GA_KEY=${GA_KEY}" >> $GITHUB_ENV
echo "GA_KEY is: ${{ env.GA_KEY }}"
echo "GA_KEY in secret is: ${{ secrets.GA_KEY }}"
echo "GA_KEY_DEV in secret is: ${{ secrets.GA_KEY_DEV }}"
# build image
- name: Build image
Expand Down

0 comments on commit ed51300

Please sign in to comment.