We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d0b2f commit fd3877dCopy full SHA for fd3877d
.github/workflows/release.yaml
@@ -54,6 +54,8 @@ jobs:
54
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk \
55
--ref ${{ github.ref }} \
56
--field codeflare_sdk_release_version=${{ github.event.inputs.release-version }}
57
+ env:
58
+ GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
59
- name: Copy demo notebooks into SDK package
60
run: cp -r demo-notebooks src/codeflare_sdk/demo-notebooks
61
- name: Run poetry build
0 commit comments