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 d8445ca + f0abf1f commit 6df28d5Copy full SHA for 6df28d5
.github/workflows/optimize-images.yml
@@ -23,6 +23,10 @@ jobs:
23
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
24
with:
25
ref: ${{ github.head_ref }}
26
+ # Need to specify a PAT here because otherwise GITHUB_TOKEN is used
27
+ # by default. Workflows won't trigger in that case because actions
28
+ # performed with GITHUB_TOKEN don't trigger other workflows.
29
+ token: ${{ secrets.DOCUBOT_REPO_PAT }}
30
31
- name: Check out base ref
32
run: git fetch --no-tags --depth=1 origin $GITHUB_BASE_REF
0 commit comments