Skip to content

Commit 65e43ff

Browse files
ioqnqeva-cosma
authored andcommitted
chore: use Github generated env variable instead of hardcoded value
Signed-off-by: Nedelcu Ioana <ioana.nedelcu643@gmail.com>
1 parent 4477a41 commit 65e43ff

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/issue-builder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,8 @@ jobs:
168168
fi
169169
env:
170170
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
171-
GH_REPO: ${{ github.repository }}
172171
UPSTREAM: "tock/tock"
173-
DOWNSTREAM: "WyliodrinEmbeddedIoT/tockloader-rs"
172+
DOWNSTREAM: ${{ github.repository }}
174173
TITLE: Bring updates from 'tock-tbf' to 'tbf-parser'
175174
LABELS: D3-TBF PARSER,P1-CRITICAL,EXCLUSIVE LABEL
176175
BODY: |

.github/workflows/sha-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
UPSTREAM: "tock/tock"
49-
DOWNSTREAM: "WyliodrinEmbeddedIoT/tockloader-rs"
49+
DOWNSTREAM: ${{ github.repository }}
5050

5151

0 commit comments

Comments
 (0)