Skip to content

Commit

Permalink
Merge pull request #77 from ynput/enhancement/upload-to-ynput-cloud-a…
Browse files Browse the repository at this point in the history
…ction

Chore: Add upload to Ynput Cloud action
  • Loading branch information
iLLiCiTiT authored Nov 4, 2024
2 parents 7c07423 + 4d07c20 commit 4f52045
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/upload_to_ynput_cloud.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 📤 Upload to Ynput Cloud

on:
workflow_dispatch:
release:
types: [published]

jobs:
call-upload-to-ynput-cloud:
uses: ynput/ops-repo-automation/.github/workflows/upload_to_ynput_cloud.yml@main
secrets:
CI_EMAIL: ${{ secrets.CI_EMAIL }}
CI_USER: ${{ secrets.CI_USER }}
YNPUT_BOT_TOKEN: ${{ secrets.YNPUT_BOT_TOKEN }}
YNPUT_CLOUD_URL: ${{ secrets.YNPUT_CLOUD_URL }}
YNPUT_CLOUD_TOKEN: ${{ secrets.YNPUT_CLOUD_TOKEN }}

0 comments on commit 4f52045

Please sign in to comment.