Skip to content

Commit 97ddfbd

Browse files
committed
remove comments
1 parent 64efda0 commit 97ddfbd

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/publish_main_gpr.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# This file is a generic workflow used across multiple Intercom repos.
2-
# The source of truth lives at:
3-
# https://github.com/intercom/github-action-workflows
4-
# If you feel you need to make a change to this workflow, please reach out
5-
# to team-builder-tools on Slack.
6-
71
name: Publish to GitHub Package Registry
82

93
on:
@@ -43,9 +37,6 @@ jobs:
4337
fi
4438
4539
- name: Publish to GPR
46-
# We need to remove the .npmrc here because it contains a read-only
47-
# GPR token which takes precendence over the read-write token
48-
# provided by GitHub via action secrets below
4940
run: rm .npmrc || true; npm publish || true
5041
env:
5142
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish_pre_release_gpr.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# This file is a generic workflow used across multiple Intercom repos.
2-
# The source of truth lives at:
3-
# https://github.com/intercom/github-action-workflows
4-
# If you feel you need to make a change to this workflow, please reach out
5-
# to team-builder-tools on Slack.
6-
71
name: Publish pre-release version to GitHub Package Registry
82

93
on:
@@ -53,9 +47,6 @@ jobs:
5347

5448
- name: Publish to GPR
5549
if: steps.package-version-check.outputs.is-pre-release == 'true'
56-
# We need to remove the .npmrc here because it contains a read-only
57-
# GPR token which takes precendence over the read-write token
58-
# provided by GitHub via action secrets below
5950
run: rm .npmrc || true; npm publish || true
6051
env:
6152
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)