Skip to content

Commit

Permalink
Add debug step to display secrets in action logs
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Mar 26, 2024
1 parent c5e4c8c commit cce5b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
CRAFT_CONFIG_SHARE_URL: ${{ secrets.CRAFT_CONFIG_SHARE_URL }}
NOTION_SPACES_ID: ${{ secrets.NOTION_SPACES_ID }}
# see secrets in the action logs
- name: Debug
run: echo ${{ secrets.NOTION_PAGE_ID }} ${{ secrets.NOTION_DOMAIN }} ${{ secrets.TELEGRAM_CHAT_ID }} ${{ secrets.CRAFT_CONFIG_SHARE_URL }} ${{ secrets.NOTION_SPACES_ID }}


- name: Build and push
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
Expand Down

0 comments on commit cce5b2f

Please sign in to comment.