-
Notifications
You must be signed in to change notification settings - Fork 22
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
Parameter token or opts.auth is required #107
Comments
@shinny-hongyan do you have the screen capture or the output of the log file? Please do share your repo if its public.. I can help take a look. |
Happens to me on a private repo:
|
After tracing the error, I found this as the source. - uses: actionsdesk/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
filesizelimit: '5242880' Any other solutions, please? |
Hi @TomerFi 👋 Thank you for catching this, I have blocked some time this Friday to dive into this. Keep you posted. 🙇 |
Thanks! Great action, I really love using it. |
@TomerFi Update: |
@ppremk |
@ppremk - name: Warn for large files
uses: actionsdesk/[email protected]
with:
filesizelimit: '5242880' Thank you! |
well I run this actions and get the error
Parameter token or opts.auth is required
So, am I do some thing wrong?
The text was updated successfully, but these errors were encountered: