Skip to content

Commit

Permalink
Merge pull request #151 from osscameroon/fix-resource-not-accessible-…
Browse files Browse the repository at this point in the history
…by-integration

fix: solve Resource not accessible by integration
  • Loading branch information
FanJups authored Oct 8, 2022
2 parents 735837d + aacf17d commit d3c821e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: Greetings
on: [pull_request, issues]
#on: [pull_request, issues]
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
#permissions:
#pull-requests: write
#issues: write
steps:
- uses: actions/first-interaction@v1
# At this moment, this GitHub Action has an issue: https://github.com/actions/first-interaction/issues/101
Expand Down

0 comments on commit d3c821e

Please sign in to comment.