Skip to content

Commit 73b91bf

Browse files
authored
Merge pull request #296 from sergenyalcin/fix-release-workflow
Fix publish provider package workflow
2 parents 100c424 + 1572eab commit 73b91bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-provider-package.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: false
1010
go-version:
1111
description: 'Go version to use if building needs to be done'
12-
default: '1.23'
12+
default: '1.24'
1313
required: false
1414

1515
jobs:
@@ -22,4 +22,5 @@ jobs:
2222
cleanup-disk: true
2323
secrets:
2424
GHCR_PAT: ${{ secrets.GITHUB_TOKEN }}
25-
XPKG_UPBOUND_TOKEN: ${{ secrets.XPKG_UPBOUND_TOKEN }}
25+
XPKG_MIRROR_TOKEN: ${{ secrets.XPKG_TOKEN }}
26+
XPKG_MIRROR_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}

0 commit comments

Comments
 (0)