|
In https://github.com/www-learn-study/saraswati.learn.study/actions/runs/6727753248/job/18286039868 I have run into this: I've figured out how to fix it ( |
Replies: 2 comments 2 replies
|
I thought I fixed this, but am seeing this again, see www-learn-study/saraswati.learn.study#50 (comment). |
|
(moved this from an Issue to a Discussion, as it's a request for help and not a bug report/feature request) @vorburger This looks like a duplicate of #59. The problem there was an issue with the GITHUB_TOKEN. The permissions associated with that token are a bit tight, especially when deploying between repositories. As you're deploying to a dedicated previews repository, though, the security implications are reduced. You linked a workflow run - looking at the corresponding workflow file (https://github.com/www-learn-study/saraswati.learn.study/actions/runs/6727753248/workflow) I see that a) you are deploying the preview to a different repository from the one that the workflow is running in, b) the |
(moved this from an Issue to a Discussion, as it's a request for help and not a bug report/feature request)
@vorburger This looks like a duplicate of #59. The problem there was an issue with the GITHUB_TOKEN. The permissions associated with that token are a bit tight, especially when deploying between repositories. As you're deploying to a dedicated previews repository, though, the security implications are reduced.
You linked a workflow run - looking at the corresponding workflow file (https://github.com/www-learn-study/saraswati.learn.study/actions/runs/6727753248/workflow) I see that a) you are deploying the preview to a different repository from the one that the workflow is running in…