Skip to content

Commit 3d0bb02

Browse files
Merge branch 'main' into feat/remove-upgrade-automation
2 parents de855b0 + 23ac5af commit 3d0bb02

File tree

7 files changed

+13
-1
lines changed

7 files changed

+13
-1
lines changed

src/frontend/src/lib/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@
11041104
"create_connect_description": "Enter the URL of the GitHub repository you want to authorize for automated deployments.",
11051105
"create_connect_input_placeholder": "https://github.com/owner/repo",
11061106
"create_connect_review_title": "Review configuration",
1107-
"create_connect_review_description": "查看您的仓库信息。您可以稍后在设置中调整访问权限和其他选项。",
1107+
"create_connect_review_description": "Review the information of your repo. You can refine access and other options later in the settings.",
11081108
"repository": "Repository",
11091109
"provider": "Provider",
11101110
"open_repo": "Open repository on GitHub",

src/frontend/src/lib/templates/actions-deploy-npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- name: Check out the repo
1315
uses: actions/checkout@v4

src/frontend/src/lib/templates/actions-deploy-pnpm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- name: Check out the repo
1315
uses: actions/checkout@v4

src/frontend/src/lib/templates/actions-deploy-yarn.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- name: Check out the repo
1315
uses: actions/checkout@v4

src/frontend/src/lib/templates/actions-publish-npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- name: Check out the repo
1315
uses: actions/checkout@v4

src/frontend/src/lib/templates/actions-publish-pnpm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- name: Check out the repo
1315
uses: actions/checkout@v4

src/frontend/src/lib/templates/actions-publish-yarn.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- name: Check out the repo
1315
uses: actions/checkout@v4

0 commit comments

Comments
 (0)