saiumesh535 / extract-aws-keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub action to get bundle keys

usage

      - name: Get split key
        uses: aptyInc/action-secret-exporter-go@master
        id: keys
        env:
          SECRETS: ${{ toJson(secrets) }}
          BRANCH_NAME: <name of the branch>

About

License:MIT License


Languages

Language:Go 91.9%Language:Shell 8.1%