Skip to content

Commit

Permalink
removes env auth and narrows perms from flow to job
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <justin+github@florentine.us>
  • Loading branch information
jflo committed Feb 6, 2024
1 parent c6172f0 commit 236fb1f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pre-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,7 @@ on:
- main
- release-*

permissions:
statuses: write
checks: write

jobs:
authorize:
environment:
${{ steps.get-members.outputs.actor-belongs-team == 'true' &&
'internal' || 'external' }}
runs-on: ubuntu-22.04
steps:
- run: true

repolint:
name: "Repository Linting"
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 236fb1f

Please sign in to comment.