Skip to content

Commit

Permalink
last try
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang authored Dec 7, 2023
1 parent 5cd44b5 commit 7bdbe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Gmeek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Generate blog
runs-on: ubuntu-22.04
#if: github.event.repository.owner.id == github.event.sender.id
if: ${{ github.event.sender.author_association == 'CONTRIBUTOR' || github.event.sender.author_association == 'MEMBER' || github.event.sender.author_association == 'COLLABORATOR' || github.event.sender.author_association == 'OWNER' }}
if: ${{ github.event.author_association == 'CONTRIBUTOR' || github.event.author_association == 'MEMBER' || github.event.author_association == 'COLLABORATOR' || github.event.author_association == 'OWNER' }}
permissions: write-all
steps:
- name: Checkout
Expand Down

0 comments on commit 7bdbe5d

Please sign in to comment.