Skip to content

Commit d49b6df

Browse files
author
Tom Lienard
authored
fix: changesets release workflow (#1221)
* fix: changesets release workflow * fix: renovate workflow
1 parent ccce2a5 commit d49b6df

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/changesets-renovate.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17-
with:
18-
fetch-depth: 2
19-
ref: ${{ github.head_ref }}
20-
token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
2117
- name: Git Identity
2218
run: |
2319
git config --global user.name 'Scaleway Bot'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
name: Release
1212
runs-on: ubuntu-latest
1313
steps:
14+
- uses: actions/[email protected]
1415
- name: Git Identity
1516
run: |
1617
git config --global user.name 'Scaleway Bot'
1718
git config --global user.email '[email protected]'
1819
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
21-
- uses: actions/[email protected]
2222
- uses: pnpm/[email protected]
2323
- name: Use Node.js
2424
uses: actions/[email protected]

0 commit comments

Comments
 (0)