Skip to content

Commit fd3877d

Browse files
Bobbins228ChristianZaccaria
authored andcommitted
fix: publish documentation workflow
1 parent 51d0b2f commit fd3877d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk \
5555
--ref ${{ github.ref }} \
5656
--field codeflare_sdk_release_version=${{ github.event.inputs.release-version }}
57+
env:
58+
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
5759
- name: Copy demo notebooks into SDK package
5860
run: cp -r demo-notebooks src/codeflare_sdk/demo-notebooks
5961
- name: Run poetry build

0 commit comments

Comments
 (0)