diff --git a/cpp/.github/workflows/copier.yml b/cpp/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/cpp/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/js/.github/workflows/copier.yml b/js/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/js/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/jupyter/.github/workflows/copier.yml b/jupyter/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/jupyter/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/python/.github/workflows/copier.yml b/python/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/python/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/rust/.github/workflows/copier.yml b/rust/.github/workflows/copier.yml new file mode 100644 index 0000000..871b414 --- /dev/null +++ b/rust/.github/workflows/copier.yml @@ -0,0 +1,17 @@ +name: Copier Updates + +on: + workflow_dispatch: + schedule: + - cron: "0 5 * * 0" + +jobs: + update: + permissions: + contents: write + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions-ext/copier-update@main + with: + token: ${{ secrets.WORKFLOW_TOKEN }}