Skip to content

Commit a84a4e2

Browse files
committed
.github/workflows: fix env…
Signed-off-by: Vincent Demeester <[email protected]>
1 parent bd1d73d commit a84a4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-konflux.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
echo "a PR already exists, skipping..."
7272
fi
7373
env:
74-
GH_TOKEN: {{"${{ secrets.GITHUB_TOKEN }}"}}
74+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)