Fixed failing greetings CI (#16223)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/16073/head^2
Francesco Mattioli 2 months ago committed by GitHub
parent 463ca1a804
commit 9b8f0d925d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      .github/workflows/greetings.yml

@ -3,11 +3,17 @@
name: Greetings
on:
pull_request_target:
pull_request:
types: [opened]
issues:
types: [opened]
permissions:
id-token: write
contents: read
issues: write
pull-requests: write
jobs:
greeting:
runs-on: ubuntu-latest

Loading…
Cancel
Save