andrcuns / allure-publish-action

Allure report publish action
MIT License
1 stars 1 forks source link

"Access Denied" Error #24

Closed e965 closed 8 months ago

e965 commented 1 year ago

Hi! I'm trying to set up an Allure report deploy for my project, and have encountered this error.

When the action ran for the first time, everything went fine - the data deployed correctly on the s3-bucker. But the second and subsequent launches for some reason gave an Access Denied error on "Generating allure report" step.

image

I've checked several times, the problem is definitely not file system permissions or bucket accesses.

andrcuns commented 1 year ago

@e965 Sorry for late response.

There is an option to enable debug logging, You can try that to see if it will show a bit more info where this error is coming from. At the moment, it' s hard to tell what could be the reason for this.