We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1d73d commit a84a4e2Copy full SHA for a84a4e2
.github/workflows/generate-konflux.yaml
@@ -71,4 +71,4 @@ jobs:
71
echo "a PR already exists, skipping..."
72
fi
73
env:
74
- GH_TOKEN: {{"${{ secrets.GITHUB_TOKEN }}"}}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments