Skip to content

Commit

Permalink
.github/workflows: use secrets…
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 27, 2024
1 parent c5fc221 commit cf46514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply-konflux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
kubectl get pr
go run ./cmd/konflux-apply/ -config config/konflux/${{matrix.project}}.yaml
env:
KONFLUX_TOKEN: ${{ KONFLUX_SA_TOKEN }}
KONFLUX_TOKEN: ${{ secrets.KONFLUX_SA_TOKEN }}

0 comments on commit cf46514

Please sign in to comment.