From 908c9e509ffac4307124bc35fd7760aee940f343 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Wed, 19 Aug 2020 15:50:50 +0200 Subject: [PATCH] ci: update milestone action --- .github/workflows/milestone.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index c64ae3ad6..8092787fa 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -14,14 +14,18 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + token: ${{ secrets.TOKEN_PRIVILEGED }} - name: Milestone Documentation Generator - uses: ory/milestone-action@v0.0.10 + uses: ory/milestone-action@v0 with: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} outputFile: docs/docs/milestones.md - name: Commit Milestone Documentation uses: EndBug/add-and-commit@v4.4.0 with: - message: "autogen(docs): update milestone" + message: "autogen(docs): update milestone document" author_name: aeneasr author_email: "3372410+aeneasr@users.noreply.github.com" + env: + GITHUB_TOKEN: ${{ secrets.TOKEN_PRIVILEGED }}