Skip to content

Commit

Permalink
chore: add debug info for permission check
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Aug 8, 2023
1 parent 056b361 commit 1f18a8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
id: permissions
with:
username: ${{ github.actor }}
organization: exadel-inc
team: esl-core-maintainers
GITHUB_TOKEN: ${{ secrets.PERMISSION_CHECK_TOKEN }}

- name: Debug
run: echo ${{ steps.permissions.outputs }}
run: echo ${{ toJSON(steps.permissions.outputs) }}

- if: ${{ steps.permissions.outputs.isTeamMember == 'false' }}
run: exit 1
Expand Down

0 comments on commit 1f18a8a

Please sign in to comment.