Skip to content

Commit

Permalink
get secrets from target repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vinli-cn committed Mar 7, 2023
1 parent 4bddbb4 commit 730e600
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration_test_aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
pull_request:
pull_request_target:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -22,6 +22,8 @@ jobs:
id: go
- name: Check out code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Build Code
run: |
make azurelustre
Expand Down

0 comments on commit 730e600

Please sign in to comment.