laminlabs / laminr

Lamin's R SDK.
http://laminr.lamin.ai/
Apache License 2.0
8 stars 1 forks source link

Add secret to github repo to allow running lamin login #17

Closed rcannood closed 1 month ago

rcannood commented 1 month ago

The CI needs a secret to be able to log into lamin.ai to:

@falexwolf Could you add a secret to this repository or give me permissions to do so myself?

falexwolf commented 1 month ago

I posted the info on Slack.

For redundancy :)

jobs:
  test:
    env:
      LAMIN_API_KEY_TESTUSER1: ${{ secrets.LAMIN_API_KEY_TESTUSER1 }}
    steps:
      - uses: actions/setup-python@v5
      - run: pip install lamin-cli
      - run: lamin login