Skip to content

Commit

Permalink
Remove token from README
Browse files Browse the repository at this point in the history
Since it is set by default, it should be rare to have to customize it.
  • Loading branch information
chancancode authored Apr 3, 2020
1 parent c27ab21 commit 6a22147
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a22147

Please sign in to comment.