Skip to content

Commit

Permalink
Updating github-config
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-buildpacks-eng authored and ryanmoran committed Sep 10, 2021
1 parent 945abb5 commit d02c23c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test Pull Request

on:
pull_request:
pull_request_target:
branches:
- develop

Expand Down Expand Up @@ -41,7 +41,9 @@ jobs:
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* || true

- name: Run Integration Tests
run: ./scripts/integration.sh --platform docker --github-token "${GITHUB_TOKEN}"
env:
CF_BOT_GITHUB_TOKEN: ${{ secrets.CF_BOT_GITHUB_TOKEN }}
run: ./scripts/integration.sh --platform docker --github-token "${CF_BOT_GITHUB_TOKEN}"

approve:
name: Approve Bot PRs
Expand Down

0 comments on commit d02c23c

Please sign in to comment.