Question 001
### Which statement is correct regarding passing permissions to reusable workflows?
> https://docs.github.com/en/actions/using-workflows/reusing-workflows#access-and-permissions
1. [x] The `GITHUB_TOKEN` permissions passed from the caller workflow can be only downgraded by the called workflow.
1. [ ] The `GITHUB_TOKEN` permissions passed from the caller workflow can be only elevated by the called workflow.
1. [ ] The `GITHUB_TOKEN` permissions passed from the caller workflow can be both downgraded and elevated by the called workflow.
1. [ ] The `GITHUB_TOKEN` permissions passed from the caller workflow can be neither downgraded or elevated by the called workflow.