Skip to content

Commit

Permalink
#48 Fix github action Error: HttpError: Resource not accessible by in…
Browse files Browse the repository at this point in the history
…tegration
  • Loading branch information
feelform committed Mar 5, 2021
1 parent 8d3b55d commit 3db1687
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
name: CI

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request_target:
branches: [ master ]
on: [push, pull_request_target]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 3db1687

Please sign in to comment.