From 6a22147dd93039514966f618fb3e85f15d63c729 Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Fri, 3 Apr 2020 11:09:34 -0700 Subject: [PATCH] Remove token from README Since it is set by default, it should be rare to have to customize it. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7a96d2f..6237bac 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,9 @@ jobs: - name: Remove old artifacts uses: c-hive/gha-remove-artifacts@v1 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} age: '1 month' skip-tags: true ``` -_Note: `secrets.GITHUB_TOKEN` is a repository-level access token already provided by the Actions framework, you don't need to set any secrets._ ## Conventions