-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Default token is not read automatically #21
Comments
Hi @radeksimko, I notice that the workflow referenced is referring to the
|
Hello, I am also experiencing problems with the token, see this PR: |
The |
The Readme says
I'm assuming from
GITHUB_TOKEN
(environment variable) and from the current implementation that the token should be read automatically.The most likely reason it is not however, is that the token is both required and has
default
set:delete-artifact/action.yml
Lines 9 to 10 in 3f83cd6
I ran into this recently in hashicorp/terraform-ls#1582
Even after adding the following to the workflow
I was still getting the following error:
(which also happened to be ignored due to #20)
https://github.com/hashicorp/terraform-ls/actions/runs/7531206486/job/20499481014#step:2:9
The text was updated successfully, but these errors were encountered: