Replies: 1 comment 1 reply
-
|
You can integrate the Giftless GitHub Auth provider with GitHub Actions to authenticate and manage Large File Storage (LFS) objects securely. This setup allows you to use Git LFS with Giftless, leveraging GitHub Actions for automation |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was wondering how I could use the Giftless GitHub Auth provider with GitHub Actions.
Currently, I am using the following method:
https://github.com/[org]/[repo-name].git[repo-name].gitrepository contains a.lfsconfigfile with a URL configured to the Giftless server like so:The first time I pull down lfs objects I had to authenticated with the lfs server.
Does anyone now if there is a similar way to do this in non interactive environments. I tried to expose the github token in github actions but with no success.
Beta Was this translation helpful? Give feedback.
All reactions