Set token in env in create_new_rspec github workflow
This commit is contained in:
parent
1b8999c7a7
commit
8625689e3a
2
.github/workflows/create_new_rspec.yml
vendored
2
.github/workflows/create_new_rspec.yml
vendored
@ -12,6 +12,8 @@ on:
|
||||
jobs:
|
||||
create_new_rule:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user