Skip to content

Bump @babel/runtime from 7.22.6 to 7.22.10 (#4117) #1231

Bump @babel/runtime from 7.22.6 to 7.22.10 (#4117)

Bump @babel/runtime from 7.22.6 to 7.22.10 (#4117) #1231

name: "Generate package manifest"
on:
workflow_dispatch: # allow running manually
push:
branches: [ 'master', 'stable-prod' ]
concurrency:
group: update-manifest-${{ github.ref }}
cancel-in-progress: true
jobs:
manifest:
runs-on: ubuntu-latest
env:
MANIFESTS_GIT_EMAIL: ansible-hub-ui+manifests@example.com
MANIFESTS_GIT_USER: rh-galaxy-droid
NODE_OPTIONS: "--max-old-space-size=4096 --max_old_space_size=4096"
TRAVIS_PULL_REQUEST: "false"
steps:
- name: "Set TRAVIS_BRANCH"
run: |
TRAVIS_BRANCH=`sed 's/^refs\/heads\///' <<< $GITHUB_REF`
echo "TRAVIS_BRANCH=${TRAVIS_BRANCH}" >> $GITHUB_ENV
- name: "Checkout ansible-hub-ui (${{ github.ref }})"
uses: actions/checkout@v3
- name: "Install node 16"
uses: actions/setup-node@v3
with:
node-version: '16'
- name: "Run update_manifest.sh"
run: .travis/update_manifest.sh
env:
MANIFEST_PASSPHRASE: ${{ secrets.MANIFEST_PASSPHRASE }}