Skip to content

Export GameCI license #8

Export GameCI license

Export GameCI license #8

name: Export GameCI license
on:
workflow_dispatch: {}
jobs:
export:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
run: |
sudo apt-get -y install gnupg
gpg --import .github/workflows/gameci-license-recipient.gpg
echo "foo" | gpg --encrypt -a --trust-model always --recipient bd_@nadena.dev