Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
# On ajoute explicitement les permissions ici
permissions:
pull-requests: write
contents: write
if: github.actor == 'renovate[bot]'
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 }}
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
Expand Down
Loading