From 7e8a2e8807b315b35156a53d473863d6d46be376 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 16 May 2021 12:16:34 +0200 Subject: docgen: explicitly allow pushing commits We default to read-only permissions for the "contents" scope: https://github.com/neovim/nvim-lspconfig/settings/actions Explicitly allow pushing commits. https://docs.github.com/en/rest/reference/permissions-required-for-github-apps#permission-on-contents --- .github/workflows/docgen.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml index 1818503e..619f97a3 100644 --- a/.github/workflows/docgen.yml +++ b/.github/workflows/docgen.yml @@ -8,6 +8,8 @@ on: jobs: docgen: runs-on: [ubuntu-latest] + permissions: + contents: write steps: - uses: actions/checkout@v2 - run: date +%F > todays-date -- cgit v1.2.3-70-g09d2