From 9241f0491d9d47fde9988ec00413e1e6839d59c4 Mon Sep 17 00:00:00 2001 From: Quentin Tennerel Date: Sun, 22 Mar 2026 19:19:29 +0800 Subject: [PATCH 1/2] feat: pass to last cicd version --- .github/workflows/cicd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c8902b9..fb29ccf 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -10,13 +10,13 @@ permissions: jobs: APIs-cicd: - uses: mairie360/CICD/.github/workflows/APIs_cicd.yml@mair-56-setup-open-api-gen + uses: mairie360/CICD/.github/workflows/APIs_cicd.yml@v1.2.1 permissions: contents: write packages: write id-token: write with: - postman_collection: ${{ vars.POSTMAN_MESSAGE_API_COLLECTION_ID }} #change api name - postman_environment: ${{ vars.POSTMAN_MESSAGE_API_ENV_ID }} #change api name - package_name: message-api #change api namfeat: add openapi gene + postman_collection: ${{ vars.POSTMAN_MESSAGE_API_COLLECTION_ID }} + postman_environment: ${{ vars.POSTMAN_MESSAGE_API_ENV_ID }} + package_name: message-api secrets: inherit From 779c0e06054d705e8af2b2e0968e0a2a6a36789c Mon Sep 17 00:00:00 2001 From: Quentin Tennerel Date: Sun, 22 Mar 2026 19:25:56 +0800 Subject: [PATCH 2/2] del: remove comments --- .github/workflows/auto-approve.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index b68e97a..7da818e 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -4,7 +4,6 @@ on: pull_request_target jobs: auto-approve: runs-on: ubuntu-latest - # On ajoute explicitement les permissions ici permissions: pull-requests: write contents: write @@ -12,8 +11,4 @@ jobs: steps: - uses: hmarr/auto-approve-action@v4 with: - github-token: ${{ secrets.GITHUB_TOKEN }} - - # - uses: hmarr/auto-approve-action@v4 - # with: - # github-token: ${{ secrets.MY_TECH_ACCOUNT_PAT }} \ No newline at end of file + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file