Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lookasc committed Nov 27, 2023
1 parent 97272ff commit a5c3302
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
# env:
# GITHUB_AUTH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -24,11 +22,6 @@ jobs:
with:
version: 8.10.2

# - name: Configure Phrase GitHub packages registry url & auth token
# run: |
# pnpm config set --global "npmScopes[phrase].npmRegistryServer" "https://npm.pkg.github.com"
# pnpm config set --global "npmScopes[phrase].npmAuthToken" "\${GITHUB_AUTH_TOKEN}"

- name: Install and Build 🔧
run: |
pnpm install
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
# env:
# GITHUB_AUTH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -20,11 +18,6 @@ jobs:
with:
version: 8.10.2

# - name: Configure Phrase GitHub packages registry url & auth token
# run: |
# pnpm config set --global "npmScopes[phrase].npmRegistryServer" "https://npm.pkg.github.com"
# pnpm config set --global "npmScopes[phrase].npmAuthToken" "\${GITHUB_AUTH_TOKEN}"

- name: Install dependencies
run: pnpm install

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
# env:
# GITHUB_AUTH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -23,11 +21,6 @@ jobs:
with:
version: 8.10.2

# - name: Configure Phrase GitHub packages registry url & auth token
# run: |
# pnpm config set --global "npmScopes[phrase].npmRegistryServer" "https://npm.pkg.github.com"
# pnpm config set --global "npmScopes[phrase].npmAuthToken" "\${GITHUB_AUTH_TOKEN}"

- name: Install dependencies
run: pnpm install

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
# env:
# GITHUB_AUTH_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -20,11 +18,6 @@ jobs:
with:
version: 8.10.2

# - name: Configure Phrase GitHub packages registry url & auth token
# run: |
# pnpm config set --global "npmScopes[phrase].npmRegistryServer" "https://npm.pkg.github.com"
# pnpm config set --global "npmScopes[phrase].npmAuthToken" "\${GITHUB_AUTH_TOKEN}"

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit a5c3302

Please sign in to comment.