From 824711396fd616fb7b395b28a3c12798637cfcc4 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 16 Oct 2020 09:32:45 +0200 Subject: [PATCH] Improved example code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c70779..d48d293 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ jobs: with: # This part is also where you can pass other options, for example: prettier_options: --write **/*.{js,md} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` More documentation for writing a workflow can be found [here](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions).