Skip to content

Commit

Permalink
[chores][xs]: we don't deploy to datahub anymore as it has sync mecha…
Browse files Browse the repository at this point in the history
…nism now.
  • Loading branch information
anuveyatsu committed Oct 6, 2024
1 parent e365b84 commit 7ecda1a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,3 @@ jobs:
git config --local user.name "github-actions[bot]"
git commit --allow-empty -m "Auto-update of the data packages" -a
git push
deploy:
needs: update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install -g data-cli
- run: data --version
- run: data push
env:
id: ${{secrets.dhid}}
username: ${{secrets.dhusername}}
token: ${{secrets.dhtoken}}

0 comments on commit 7ecda1a

Please sign in to comment.