Skip to content

Commit 4105afd

Browse files
committed
action.yml: update gitops pusher to get precedence fix
Update gitops pusher dependency to get a fix for credential precedence. Previously users attempting to authenticate with an API and the latest version of the action would hit an error due to the gitops pusher incorrectly trying to do a token exchange operation. Updates #71 Signed-off-by: Mario Minardi <mario@tailscale.com>
1 parent 479eaf1 commit 4105afd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
exit 1
4141
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4242
with:
43-
go-version: 1.25.5
43+
go-version: 1.25.6
4444
cache: false
4545
- name: Fetch ID token
4646
if: ${{ inputs['oauth-client-id'] != '' && inputs['audience'] != '' }}
@@ -61,5 +61,5 @@ runs:
6161
TS_ID_TOKEN: "${{ steps.fetch-id-token.outputs.id_token }}"
6262
TS_API_KEY: "${{ inputs.api-key }}"
6363
TS_TAILNET: "${{ inputs.tailnet }}"
64-
run: go run tailscale.com/cmd/gitops-pusher@4c37141ab780dbf6c037bd64fe48ab330441ad06 "--policy-file=${{ inputs.policy-file }}" "${{ inputs.action }}"
64+
run: go run tailscale.com/cmd/gitops-pusher@b4d39e2fd92538384aa7388fdbeda0ec51973bfc "--policy-file=${{ inputs.policy-file }}" "${{ inputs.action }}"
6565

0 commit comments

Comments
 (0)