Skip to content

Commit

Permalink
Override existing workflow using wget (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jun 20, 2023
1 parent 51f3e33 commit 9266043
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update releaser worflows
on:
pull_request_target:
schedule:
- cron: '0 2 20 * *'
- cron: '0 2 21 * *'

jobs:
releaser_workflows:
Expand All @@ -19,8 +19,8 @@ jobs:
uses: actions/checkout@v3
- run: |
set -eux
wget https://github.com/jupyter-server/jupyter_releaser/blob/main/example-workflows/prep-release.yml
wget https://github.com/jupyter-server/jupyter_releaser/blob/main/example-workflows/publish-release.yml
wget -O prep-release.yml https://github.com/jupyter-server/jupyter_releaser/blob/main/example-workflows/prep-release.yml
wget -O publish-release.yml https://github.com/jupyter-server/jupyter_releaser/blob/main/example-workflows/publish-release.yml
working-directory: template/.github/workflows
- name: List files changed
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
git config push.default upstream
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9266043

Please sign in to comment.