Skip to content

Commit

Permalink
fix private issue
Browse files Browse the repository at this point in the history
  • Loading branch information
codercatdev committed Dec 18, 2023
1 parent a739a00 commit 6e3ce3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/syndicate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:
working-directory: ./apps/codingcatdev/scripts
run: node post-hashnode.js
env:
PRIVATE_DEVTO: ${{ secrets.PRIVATE_DEVTO }}
PRIVATE_HASHNODE: ${{ secrets.PRIVATE_HASHNODE }}
- name: syndicate:podcast-hashnode
working-directory: ./apps/codingcatdev/scripts
run: node podcast-hashnode.js
env:
PRIVATE_DEVTO: ${{ secrets.PRIVATE_DEVTO }}
PRIVATE_HASHNODE: ${{ secrets.PRIVATE_HASHNODE }}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: main-devto updates
Expand Down

2 comments on commit 6e3ce3b

@vercel
Copy link

@vercel vercel bot commented on 6e3ce3b Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6e3ce3b Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

codingcat-dev – ./apps/codingcatdev

codingcat-dev-coding-cat-dev.vercel.app
codingcat-dev-git-main-coding-cat-dev.vercel.app
codingcat.dev

Please sign in to comment.