Files
scripts/.github/workflows/repo.yml
Igor Pečovnik f14177d823 Update repo.yml
2022-11-16 08:36:49 +01:00

38 lines
684 B
YAML

name: Update hash
on:
workflow_dispatch:
workflow_call:
inputs:
uploading:
type: string
secrets:
GPG_KEY1:
required: true
GPG_PASSPHRASE1:
required: true
GPG_KEY2:
required: true
GPG_PASSPHRASE2:
required: true
SCRIPTS_ACCESS_TOKEN:
required: true
KEY_TORRENTS:
required: true
KNOWN_HOSTS_UPLOAD:
required: true
jobs:
Repo:
name: Repo
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'Armbian' }}
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
- name: List
run: |
tree