mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2025-01-05 18:59:11 +00:00
change to `github.token
This commit is contained in:
parent
d743b8a0ac
commit
647243c4a2
3 changed files with 3 additions and 3 deletions
0
CHANGELOG.md
Normal file
0
CHANGELOG.md
Normal file
|
@ -13,7 +13,7 @@ Github action to install and run [aftman](https://github.com/LPGhatguy/aftman);
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-aftman@v1
|
- uses: actions/setup-aftman@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ github.token }}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
@ -23,7 +23,7 @@ steps:
|
||||||
|`no-trust-check`|Whether to check trusts|`false`|
|
|`no-trust-check`|Whether to check trusts|`false`|
|
||||||
|`trusts`|List of trusted tools separated by spaces|-|
|
|`trusts`|List of trusted tools separated by spaces|-|
|
||||||
|`path`|Path to the `aftman.toml` directory|`./`|
|
|`path`|Path to the `aftman.toml` directory|`./`|
|
||||||
|`token`|Github token from `secrets.GITHUB_TOKEN`|-|
|
|`token`|Github token from `github.token`|-|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
[@nezuo](https://github.com/nezuo) - Installing `aftman` using `gh`
|
[@nezuo](https://github.com/nezuo) - Installing `aftman` using `gh`
|
||||||
|
|
|
@ -18,7 +18,7 @@ inputs:
|
||||||
default: './'
|
default: './'
|
||||||
required: false
|
required: false
|
||||||
token:
|
token:
|
||||||
description: 'Github token from `secrets.GITHUB_TOKEN`'
|
description: 'Github token from `github.token`'
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
|
Loading…
Reference in a new issue