Delete push-to-beta.yml
This commit is contained in:
@@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
name: Push to beta repo
|
|
||||||
|
|
||||||
# yamllint disable-line rule:truthy
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ main ]
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
push:
|
|
||||||
# The type of runner that the job will run on
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
|
||||||
steps:
|
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
# Runs a set of commands using the runners shell
|
|
||||||
- name: Pushes to beta repository
|
|
||||||
uses: cpina/github-action-push-to-another-repository@main
|
|
||||||
env:
|
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
|
||||||
with:
|
|
||||||
source-directory: '/home/runner/work/ha-addons/ha-addons'
|
|
||||||
destination-github-username: 'brenner-tobias'
|
|
||||||
destination-repository-name: 'ha-addons-beta'
|
|
||||||
user-email: 19689801+brenner-tobias@users.noreply.github.com
|
|
||||||
target-branch: main
|
|
||||||
Reference in New Issue
Block a user