Skip to content

Commit f378f06

Browse files
authored
fix: Update action.yaml
1 parent d7dee19 commit f378f06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composite-actions/flux-gitops-deploy-action/action.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ inputs:
77
KUBE_CONFIG:
88
description: "Kubeconfig for the target cluster"
99
required: true
10+
GITHUB_TOKEN:
11+
description: "The token to use for accessing GHCR"
12+
required: true
1013
runs:
1114
using: "composite"
1215
steps:
@@ -45,7 +48,7 @@ runs:
4548
GITHUB_REF_NAME: ${{ github.ref_name }}
4649
GITHUB_REPOSITORY: ${{ github.repository }}
4750
GITHUB_SHA: ${{ github.sha }}
48-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
4952

5053
- name: 🔁 Reconcile
5154
shell: bash

0 commit comments

Comments
 (0)