mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-31 15:02:19 +00:00
fix: fixes typo secret -> secrets
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
1d73e2cfc3
commit
1eab9b2ecb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/setup-tofu.yml
vendored
2
.github/workflows/setup-tofu.yml
vendored
|
|
@ -11,7 +11,7 @@ defaults:
|
|||
shell: bash
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secret.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
jobs:
|
||||
tofu-versions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue