Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rcannood opened this issue Oct 9, 2024 · 1 comment
Closed

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

rcannood opened this issue Oct 9, 2024 · 1 comment
Assignees

Comments

@rcannood
Copy link
Collaborator

rcannood commented Oct 9, 2024

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants