Skip to content

Update publish-sayanrepo.yml #7

Update publish-sayanrepo.yml

Update publish-sayanrepo.yml #7

name: Publish Snapshots

Check failure on line 1 in .github/workflows/publish-sayanrepo.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-sayanrepo.yml

Invalid workflow file

`on.workflow_run` does not reference any workflows. See https://docs.github.com/actions/learn-github-actions/events-that-trigger-workflows#workflow_run for more information
on:
workflow_run:
workflow_call: ["Build artifacts"]
types:
- completed
jobs:
publish_to_sayanrepo:
runs-on: ubuntu-22.04
steps:
- name: Publish to SayanDevelopment snapshot repo
run: ./gradlew publish
env:
REPO_SAYAN_USER: ${{ secrets.REPO_SAYAN_USER }}
REPO_SAYAN_TOKEN: ${{ secrets.REPO_SAYAN_TOKEN }}