Skip to content

Commit

Permalink
chore: try GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Feb 13, 2024
1 parent 3944032 commit 3e03785
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
shell: "bash"
working-directory: "lib"
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down Expand Up @@ -662,7 +662,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down Expand Up @@ -760,7 +760,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down Expand Up @@ -858,7 +858,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down Expand Up @@ -956,7 +956,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down Expand Up @@ -1052,7 +1052,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down Expand Up @@ -1150,7 +1150,7 @@ jobs:
--release-type simple \
--repo-url="${{ env.RELEASE_REPO }}" \
--target-branch "${{ steps.extract_branch.outputs.branch }}" \
--token="${{ secrets.GH_TOKEN }}" \
--token="${{ secrets.GITHUB_TOKEN }}" \
--versioning-strategy "${{ env.VERSIONING_STRATEGY }}"
if [[ `jq length release.json` -gt 1 ]]; then
Expand Down

0 comments on commit 3e03785

Please sign in to comment.