A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/d2526126a9 below:

store actions secrets in environment · nodejs/node@d252612 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+14

-6

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+14

-6

lines changed Original file line number Diff line number Diff line change

@@ -59,11 +59,15 @@ jobs:

59 59 60 60

- name: Setup @node-core/utils

61 61

run: |

62 -

ncu-config set username ${{ secrets.JENKINS_USER }}

63 -

ncu-config set token "${{ secrets.GH_USER_TOKEN }}"

64 -

ncu-config set jenkins_token ${{ secrets.JENKINS_TOKEN }}

62 +

ncu-config set username "$USERNAME"

63 +

ncu-config set token "$GH_TOKEN"

64 +

ncu-config set jenkins_token "$JENKINS_TOKEN"

65 65

ncu-config set owner "${{ github.repository_owner }}"

66 66

ncu-config set repo "$(echo ${{ github.repository }} | cut -d/ -f2)"

67 +

env:

68 +

USERNAME: ${{ secrets.JENKINS_USER }}

69 +

GH_TOKEN: ${{ secrets.GH_USER_TOKEN }}

70 +

JENKINS_TOKEN: ${{ secrets.JENKINS_TOKEN }}

67 71 68 72

- name: Start the CI

69 73

run: ./tools/actions/start-ci.sh ${{ needs.get-prs-for-ci.outputs.numbers }}

Original file line number Diff line number Diff line change

@@ -86,11 +86,15 @@ jobs:

86 86

run: |

87 87

ncu-config set branch ${GITHUB_REF_NAME}

88 88

ncu-config set upstream origin

89 -

ncu-config set username "${{ secrets.GH_USER_NAME }}"

90 -

ncu-config set token "${{ secrets.GH_USER_TOKEN }}"

91 -

ncu-config set jenkins_token "${{ secrets.JENKINS_TOKEN }}"

89 +

ncu-config set username "$USERNAME"

90 +

ncu-config set token "$GH_TOKEN"

91 +

ncu-config set jenkins_token "$JENKINS_TOKEN"

92 92

ncu-config set repo "${REPOSITORY}"

93 93

ncu-config set owner "${OWNER}"

94 +

env:

95 +

USERNAME: ${{ secrets.JENKINS_USER }}

96 +

GH_TOKEN: ${{ secrets.GH_USER_TOKEN }}

97 +

JENKINS_TOKEN: ${{ secrets.JENKINS_TOKEN }}

94 98 95 99

- name: Start the Commit Queue

96 100

run: ./tools/actions/commit-queue.sh ${{ env.OWNER }} ${{ env.REPOSITORY }} ${{ needs.get_mergeable_prs.outputs.numbers }}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4