Skip to content

Commit

Permalink
ci: update milestone action
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 19, 2020
1 parent 6c5bd0b commit 908c9e5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/milestone.yml
Expand Up @@ -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 }}

0 comments on commit 908c9e5

Please sign in to comment.