Skip to content

build: Add codecov token (#1373) #1

build: Add codecov token (#1373)

build: Add codecov token (#1373) #1

Workflow file for this run

name: pr_to_main
on:
push:
branches:
- 'staging'
permissions:
pull-requests: write
jobs:
main:
name: Create PR Release to Main
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
# https://github.com/marketplace/actions/github-pull-request-action
- name: create pull request with reposync action
id: open-pr
uses: repo-sync/pull-request@7e79a9f5dc3ad0ce53138f01df2fad14a04831c5 #v2.12.1
with:
github_token: ${{ secrets.PR_TOKEN }}
destination_branch: main
pr_title: ${{ github.event.commits[0].message }}
pr_body: "Automated Pull Request"