Skip to content

Commit

Permalink
Merge pull request #3074 from balena-io/checkout-settings
Browse files Browse the repository at this point in the history
CI: Update checkout settings
  • Loading branch information
Page- authored Sep 26, 2024
2 parents ff00ad0 + 0240f2c commit 3045553
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-to-cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false

- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version: 18
cache: "npm"
Expand All @@ -35,6 +37,3 @@ jobs:
wranglerVersion: '3.5.1' # latest - https://www.npmjs.com/package/wrangler
command: --version
postCommands: npx wrangler pages deploy --branch $CF_BRANCH --project-name=$cloudflare_website build/ | tee -a $GITHUB_STEP_SUMMARY



2 changes: 2 additions & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false

# fetch external files && building the docs
- name: Build the docs
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
# Checks out a copy of your repository on the ubuntu-latest machine
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false

# fetch external files && Building the docs
- name: Build the docs
Expand Down

0 comments on commit 3045553

Please sign in to comment.