auto-build #4819
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: auto-build | |
on: | |
schedule: | |
- cron: "0 */6 * * *" | |
workflow_dispatch: | |
repository_dispatch: | |
types: ["from_tur"] | |
jobs: | |
Updating_dist: | |
runs-on: ubuntu-22.04 | |
concurrency: build_dists | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v2 | |
- name: Set git cred | |
uses: oleksiyrudenko/[email protected] | |
with: | |
global: true | |
name: 'Krishna Kanhaiya' | |
email: '[email protected]' | |
actor: 'kcubeterm' | |
token: '${{ secrets.GH_TOKEN }}' | |
- name: updating and signing releases file | |
env: | |
SEC_PASS: ${{ secrets.SEC_PASS }} | |
SEC_KEY: ${{ secrets.SEC_KEY }} | |
GH_TOKEN: ${{ secrets.GH_TOKEN }} | |
run: | | |
echo "Jai ho" | |
bash ./scripts/trigger.sh | |