| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 90097ab commit db9cef3
19 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,6 +14,7 @@ jobs: | |||
| 14 | 14 | - uses: actions/checkout@v2 | |
| 15 | 15 | with: | |
| 16 | 16 | fetch-depth: '0' # This is required to actually get all the authors | |
| 17 | + persist-credentials: false | ||
| 17 | 18 | - run: "tools/update-authors.js" # Run the AUTHORS tool | |
| 18 | 19 | - uses: gr2m/create-or-update-pull-request-action@v1 # Create a PR or update the Action's existing PR | |
| 19 | 20 | env: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,6 +17,8 @@ jobs: | |||
| 17 | 17 | runs-on: ubuntu-latest | |
| 18 | 18 | steps: | |
| 19 | 19 | - uses: actions/checkout@v2 | |
| 20 | + with: | ||
| 21 | + persist-credentials: false | ||
| 20 | 22 | ||
| 21 | 23 | # Install dependencies | |
| 22 | 24 | - name: Install Node.js | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,6 +31,8 @@ jobs: | |||
| 31 | 31 | runs-on: ubuntu-latest | |
| 32 | 32 | steps: | |
| 33 | 33 | - uses: actions/checkout@v2 | |
| 34 | + with: | ||
| 35 | + persist-credentials: false | ||
| 34 | 36 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 35 | 37 | uses: actions/setup-python@v2 | |
| 36 | 38 | with: | |
@@ -57,6 +59,8 @@ jobs: | |||
| 57 | 59 | runs-on: ubuntu-latest | |
| 58 | 60 | steps: | |
| 59 | 61 | - uses: actions/checkout@v2 | |
| 62 | + with: | ||
| 63 | + persist-credentials: false | ||
| 60 | 64 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 61 | 65 | uses: actions/setup-python@v2 | |
| 62 | 66 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,6 +29,8 @@ jobs: | |||
| 29 | 29 | runs-on: ${{ matrix.windows }} | |
| 30 | 30 | steps: | |
| 31 | 31 | - uses: actions/checkout@v2 | |
| 32 | + with: | ||
| 33 | + persist-credentials: false | ||
| 32 | 34 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 33 | 35 | uses: actions/setup-python@v2 | |
| 34 | 36 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,6 +17,7 @@ jobs: | |||
| 17 | 17 | - uses: actions/checkout@v2 | |
| 18 | 18 | with: | |
| 19 | 19 | fetch-depth: ${{ steps.nb-of-commits.outputs.plusOne }} | |
| 20 | + persist-credentials: false | ||
| 20 | 21 | - run: git reset HEAD^2 | |
| 21 | 22 | - name: Install Node.js | |
| 22 | 23 | uses: actions/setup-node@v2 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,6 +26,7 @@ jobs: | |||
| 26 | 26 | # Needs the whole git history for ncu to work | |
| 27 | 27 | # See https://github.com/nodejs/node-core-utils/pull/486 | |
| 28 | 28 | fetch-depth: 0 | |
| 29 | + persist-credentials: false | ||
| 29 | 30 | # A personal token is required because pushing with GITHUB_TOKEN will | |
| 30 | 31 | # prevent commits from running CI after they land. It needs | |
| 31 | 32 | # to be set here because `checkout` configures GitHub authentication | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,6 +28,8 @@ jobs: | |||
| 28 | 28 | runs-on: ubuntu-latest | |
| 29 | 29 | steps: | |
| 30 | 30 | - uses: actions/checkout@v2 | |
| 31 | + with: | ||
| 32 | + persist-credentials: false | ||
| 31 | 33 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 32 | 34 | uses: actions/setup-python@v2 | |
| 33 | 35 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,6 +30,8 @@ jobs: | |||
| 30 | 30 | runs-on: windows-latest | |
| 31 | 31 | steps: | |
| 32 | 32 | - uses: actions/checkout@v2 | |
| 33 | + with: | ||
| 34 | + persist-credentials: false | ||
| 33 | 35 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 34 | 36 | uses: actions/setup-python@v2 | |
| 35 | 37 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,6 +15,8 @@ jobs: | |||
| 15 | 15 | container: gcc:11 | |
| 16 | 16 | steps: | |
| 17 | 17 | - uses: actions/checkout@v2 | |
| 18 | + with: | ||
| 19 | + persist-credentials: false | ||
| 18 | 20 | - name: Use Node.js ${{ env.NODE_VERSION }} | |
| 19 | 21 | uses: actions/setup-node@v2 | |
| 20 | 22 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,6 +20,7 @@ jobs: | |||
| 20 | 20 | - uses: actions/checkout@v2 | |
| 21 | 21 | with: | |
| 22 | 22 | fetch-depth: ${{ env.NUM_COMMITS }} | |
| 23 | + persist-credentials: false | ||
| 23 | 24 | ||
| 24 | 25 | - name: Use Node.js ${{ env.NODE_VERSION }} | |
| 25 | 26 | uses: actions/setup-node@v2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments