fixed missing env in chat-build workflow
This commit is contained in:
parent
667eac9faa
commit
d23fe1de78
.github/workflows
1
.github/workflows/codacy.yml
vendored
1
.github/workflows/codacy.yml
vendored
@ -25,7 +25,6 @@ on:
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
||||
env:
|
||||
bramborak: ${{ secrets.BRAMBORAK }}
|
||||
|
||||
|
3
.github/workflows/why2-chat-build.yml
vendored
3
.github/workflows/why2-chat-build.yml
vendored
@ -23,6 +23,9 @@ on:
|
||||
schedule:
|
||||
- cron: '40 22 12 4 2'
|
||||
|
||||
env:
|
||||
bramborak: ${{ secrets.BRAMBORAK }}
|
||||
|
||||
jobs:
|
||||
test-why2:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user