Skip to content

Commit

Permalink
Create publish-sayanrepo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent authored Jun 1, 2024
1 parent 53c839f commit d8a06e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish-sayanrepo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish Snapshots
on:
workflow_run:
workflows: ["Publish Snapshots"]
types:
- completed

jobs:
publish:
- name: Publish to SayanDevelopment snapshot repo
run: ./gradlew publish
env:
REPO_SAYAN_USER: ${{ secrets.REPO_SAYAN_USER }}
REPO_SAYAN_TOKEN: ${{ secrets.REPO_SAYAN_TOKEN }}

0 comments on commit d8a06e9

Please sign in to comment.