Skip to content

Commit

Permalink
Merge pull request #18 from realm/protect-pull-requests
Browse files Browse the repository at this point in the history
Place integration test credentials into separate environment
  • Loading branch information
bwachter authored Dec 23, 2023
2 parents fd197b4 + 4d31fc2 commit ce340f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
types: [created]
push:
branches: [ master ]
pull_request:
pull_request_target:
branches: [ master ]

env:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
environment: production
environment: pull-request
needs:
- package

Expand Down

0 comments on commit ce340f9

Please sign in to comment.