pantry/.github/actions/bottle/action.yml
2023-02-24 15:50:10 -05:00

27 lines
575 B
YAML

name: tea/pantry/bottle
description: internal tea.xyz specific at this time
inputs:
gpg-key-id:
description: ''
required: true
gpg-key-passphrase:
description: ''
required: true
built:
description: ''
required: true
compression:
description: ''
required: true
runs:
using: composite
steps:
- run: ${{ github.action_path }}/bottle.ts ${{ inputs.built }}
shell: sh
env:
COMPRESSION: ${{ inputs.compression }}
GPG_KEY_ID: ${{ inputs.gpg-key-id }}
GPG_PASSPHRASE: ${{ inputs.gpg-passphrase }}