Skip to content

chore(deps): bump actions/upload-artifact from 3 to 4 (#7075) #192

chore(deps): bump actions/upload-artifact from 3 to 4 (#7075)

chore(deps): bump actions/upload-artifact from 3 to 4 (#7075) #192

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
environment: deploy
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_TOKEN }}
event-type: ${{ secrets.EVENT_TYPE }}
repository: ${{ secrets.REPO_URL }}
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "repository": "${{ github.repository }}"}'