From 9b8f0d925d8c791d87d2367ec51627836f00c7c2 Mon Sep 17 00:00:00 2001 From: Francesco Mattioli Date: Wed, 11 Sep 2024 18:57:37 +0200 Subject: [PATCH] Fixed failing greetings CI (#16223) Co-authored-by: Glenn Jocher --- .github/workflows/greetings.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 19b099ebcc..d6fcc9f44a 100644 --- a/.github/workflows/greetings.yml +++ b/.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