Skip to content

Commit 7eb69de

Browse files
author
Ian Walter
committed
Updating workflows
1 parent efa91a8 commit 7eb69de

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

.changeset/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"linked": [],
6-
"access": "restricted",
7-
"baseBranch": "master",
6+
"access": "public",
7+
"baseBranch": "main",
88
"updateInternalDependencies": "patch",
99
"ignore": []
10-
}
10+
}

.github/workflows/changeset.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ on:
55
jobs:
66
changeset:
77
runs-on: ubuntu-latest
8+
container:
9+
image: ianwalter/pnpm:v1.4.0
810
timeout-minutes: 5
911
steps:
1012
- name: Checkout
1113
uses: actions/checkout@v2
1214
with:
1315
fetch-depth: 0
14-
- name: Changeset
15-
uses: ianwalter/[email protected]
16-
env:
17-
DEBUG: true
16+
persist-credentials: false
17+
- name: Add Changeset
18+
uses: generates/[email protected]
19+
- name: Commit Changes
20+
uses: generates/[email protected]
21+
with:
22+
token: ${{ secrets.GH_PAT }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
1010
container:
11-
image: ianwalter/pnpm:v1.1.0
11+
image: ianwalter/pnpm:v1.4.0
1212
timeout-minutes: 3
1313
steps:
1414
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release:
88
runs-on: ubuntu-latest
99
container:
10-
image: ianwalter/pnpm:v1.1.0
10+
image: ianwalter/pnpm:v1.4.0
1111
timeout-minutes: 10
1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)