Skip to content

Commit

Permalink
fix ci checkout integrations (#51)
Browse files Browse the repository at this point in the history
* fix ci checkout integrations

* fix ci checkout unit-tests
  • Loading branch information
DaveSys911 committed Apr 17, 2022
1 parent 889fb54 commit 43d526d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cloudbeat-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ (github.event.pull_request_target || github.event.pull_request).head.repo.full_name }}
ref: ${{ (github.event.pull_request_target || github.event.pull_request).head.sha }}

- uses: azure/setup-helm@v1
id: install
Expand Down Expand Up @@ -198,6 +202,10 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ (github.event.pull_request_target || github.event.pull_request).head.repo.full_name }}
ref: ${{ (github.event.pull_request_target || github.event.pull_request).head.sha }}

- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit 43d526d

Please sign in to comment.