Skip to content

Create charts PR

Create charts PR #248

Workflow file for this run

name: Create charts PR
on:
workflow_dispatch:
workflow_run:
workflows: [ "Build and push images" ]
types:
- completed
branches:
- main
jobs:
create_pr:
name: Create charts PR
runs-on: ubuntu-latest
steps:
- name: Checkout ckanext-datagovuk repository
uses: actions/checkout@v3
with:
repository: alphagov/ckanext-datagovuk
path: ckanext
- run: bash ./ckanext/docker/create-pr.sh
env:
GH_TOKEN: ${{ secrets.PR_GITHUB_TOKEN }}
GH_REF: ${{ github.ref_name }}
IS_TAG: "false"
ENVS: "integration"