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 3b17610 commit a8ac542Copy full SHA for a8ac542
.github/workflows/update-documentation.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Create a PR for Documentation
23
id: push_image_info
24
env:
25
- GITHUB_TOKEN: ${{ secrets.PAT }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
run: |
27
set -e
28
echo "Start."
0 commit comments