chore: remove github acs action trigger

pull/24376/head
Jayme Bird 2022-07-18 12:42:19 +01:00
parent 1eeee9809c
commit b3257365ad
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
on:
schedule:
- cron: '*/5 * * * *'
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: install github app
id: gh-app
uses: getsentry/action-github-app-token@v1.0.6
with:
app_id: ${{ secrets.ACS_APP_ID }}
private_key: ${{ secrets.ACS_APP_PRIVATE_KEY }}
- name: Invoke image introduction
uses: actions/github-script@v6
with:
github-token: ${{ steps.gh-app.outputs.token }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'influxdata',
repo: 'k8s-idpe',
workflow_id: 'image-introduction.yml',
ref: 'master',
inputs: {
mainBranch: "main",
repo: "influxdb_iox",
imageDirectoryPath: "iox",
namespaceDir: "iox"
},
})