Skip to content

Improve Nginx logging, by introducing a separate inbox log (#1217) #370

Improve Nginx logging, by introducing a separate inbox log (#1217)

Improve Nginx logging, by introducing a separate inbox log (#1217) #370

Workflow file for this run

name: Contributor Workflow
on:
push:
branches:
- main
jobs:
contrib-readme:
runs-on: ubuntu-latest
name: Update contrib in README
permissions:
contents: write
pull-requests: write
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}