| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,6 +18,9 @@ on: | |||
| 18 | 18 | schedule: | |
| 19 | 19 | - cron: '50 13 * * *' | |
| 20 | 20 | ||
| 21 | + permissions: | ||
| 22 | + contents: read | ||
| 23 | + | ||
| 21 | 24 | jobs: | |
| 22 | 25 | test: | |
| 23 | 26 | strategy: | |
@@ -29,6 +32,8 @@ jobs: | |||
| 29 | 32 | runs-on: ubuntu-latest | |
| 30 | 33 | steps: | |
| 31 | 34 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 35 | + with: | ||
| 36 | + persist-credentials: false | ||
| 32 | 37 | - name: Install cloud-spanner-emulator | |
| 33 | 38 | run: | | |
| 34 | 39 | # https://github.com/GoogleCloudPlatform/cloud-spanner-emulator#via-pre-built-linux-binaries | |
| Back | FazBrowse Home | New Git URL |
0 commit comments