Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aussedatlo committed Feb 13, 2024
1 parent 6cbc30f commit 3b0fbe2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: pull_request

on: [pull_request]

permissions:
actions: write
checks: write
contents: write
# deployments: read
issues: write
pull-requests: write
statuses: write

env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_GITHUB_API_BASE_URL: "https://api.github.com"
CI_JOB_NUMBER: 1
FORCE_COLOR: 1
Expand Down

0 comments on commit 3b0fbe2

Please sign in to comment.