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.
2 parents 64e4206 + 86fac26 commit 6f06bd5Copy full SHA for 6f06bd5
.github/workflows/auto-trigger-code-samples.yml
@@ -41,14 +41,16 @@ jobs:
41
else
42
echo "ready=false" >> $GITHUB_OUTPUT
43
fi
44
+ env:
45
+ GH_TOKEN: ${{ github.token }}
46
47
- name: Trigger generate-code-samples workflow
48
if: steps.check.outputs.ready == 'true'
49
run: |
50
gh workflow run generate-code-samples.yml
51
echo "✅ Successfully triggered generate-code-samples.yml workflow"
52
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
54
55
- name: Log status when not ready
56
if: steps.check.outputs.ready != 'true'
0 commit comments