Skip to content

Commit

Permalink
update 'run-scripted-build' composite action to allow use of custom G…
Browse files Browse the repository at this point in the history
…itHub token
  • Loading branch information
JamesDawson committed Nov 18, 2024
1 parent 797a212 commit 8bea076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/run-scripted-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ runs:
-Configuration ${{ inputs.configuration }}
shell: pwsh
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ env.GH_TOKEN != '' ? env.GH_TOKEN | github.token }}
NUGET_PACKAGES: ${{ github.workspace }}/.nuget-packages

- name: Save Cached Outputs
Expand Down
2 changes: 1 addition & 1 deletion actions/vellum-site-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
restore-keys: |
${{ runner.os }}-npm-
- uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/run-scripted-build@main
- uses: endjin/Endjin.RecommendedPractices.GitHubActions/actions/run-scripted-build@feature/update-vellum-composite-action
id: build
with:
additionalNetSdkVersion: '9.x'
Expand Down

0 comments on commit 8bea076

Please sign in to comment.