Skip to content

Commit

Permalink
Update external-ci-approved.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Aug 27, 2024
1 parent cfc65c6 commit 96953ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/external-ci-approved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Mirror PRs for External CI

on:
pull_request:
pull_request_target:
types: [labeled]

jobs:
Expand All @@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
# TODO remove guesswork
ref: ${{ github.event.pull_request.head.sha || github.event.pull_request_target.head.sha }}
token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }}

- name: Set up Git
Expand Down

0 comments on commit 96953ba

Please sign in to comment.