Integrate resume build into Pages deploy via workflow_call#5
Integrate resume build into Pages deploy via workflow_call#5
Conversation
Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com>
pbhandari
left a comment
There was a problem hiding this comment.
resume is a private repository, that might be why you're not getting the data.
Can we also rely less on gh runs? I'd rather we use a workflow_call trigger to call into the workflow directly.
Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com>
…ased dispatch Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com>
…th API-based dispatch" Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com>
Reverted in dc51955. |
pbhandari
left a comment
There was a problem hiding this comment.
Invalid workflow file: .github/workflows/deploy.yml#L12
The workflow is not valid. .github/workflows/deploy.yml (Line: 12, Col: 3): Error calling workflow 'pbhandari/resume/.github/workflows/build.yml@main'. The nested job 'build' is requesting 'contents: read', but is only allowed 'contents: none'.
@copilot fix tihs
Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com>
Fixed in 8bfa548. The |
Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com>
Updated the PR description to cover the full delta: the new |
|
@copilot fix the failing CI. |
The failure is in the The fix requires changes in
There's nothing to change in |
|
@copilot add a workflow dispatch trigger |
Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com>
|
@copilot Fix the failing CI. |
…act upload Co-authored-by: pbhandari <1380357+pbhandari@users.noreply.github.com>
Fixed in 724b117. The |
build-resumejob callingpbhandari/resume/.github/workflows/build.yml@mainviaworkflow_callwithsecrets: inheritneeds: build-resumetobuildjob; download and copy resume PDF artifact to site rootcontents: readpermission onbuild-resumejob (removed redundant permissions block)workflow_dispatchtrigger to allow manual runsupload_artifact: trueto the called workflow so the artifact upload step is not skipped🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.