duckduckgo / sync_crypto

Apache License 2.0
4 stars 2 forks source link

sync_crypto

GitHub Action

This action creates an account on the staging evironment of DuckDuckGo's Sync API.

Outputs

Inputs

Example usage

jobs:
  example_job:
    runs-on: ubuntu-latest
    name: Example
    steps:
      - name: Create Sync test account for Sync. Return a recovery code.
        uses: duckduckgo/sync_crypto/action@main
        id: sync-test-account
      - name: Show recovery code
        run: echo "::notice title=recovery code::${{ steps.sync-test-account.outputs.recovery-code }}"