mirror of
https://git.northern.co/onpoint-suite/drupal_yp_install_profile.git
synced 2024-10-31 17:05:32 +00:00
Added YPackagist build workflow.
This commit is contained in:
parent
b1ddbcef81
commit
94f3fd5104
17
.github/workflows/trigger-ypackagist-build.yml
vendored
Normal file
17
.github/workflows/trigger-ypackagist-build.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: YPackagist CD
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: [ self-hosted ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- id: deploy-ypackagist
|
||||
uses: managed-application-services/deploy-ypackagist-action@main
|
||||
with:
|
||||
bearer-token: ${{ secrets.BEARER_TOKEN }}
|
||||
Loading…
Reference in New Issue
Block a user