From 13e9add74ff43f6fe2baeae0aaf0a5d3775d0785 Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Sun, 26 May 2024 14:05:12 +0900 Subject: [PATCH] update simple php workflow --- .github/workflows/php-simple.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/php-simple.yml b/.github/workflows/php-simple.yml index c8af645..3689d69 100644 --- a/.github/workflows/php-simple.yml +++ b/.github/workflows/php-simple.yml @@ -11,6 +11,10 @@ env: PHP_VERSION: '8.x' WORKING_DIRECTORY: php/simple +permissions: + id-token: write + contents: read + jobs: build-php: runs-on: ubuntu-latest