Skip to content

Commit a649981

Browse files
committed
ci: update workflow
1 parent a0fd9ae commit a649981

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
permissions:
4141
contents: write
4242
pages: write
43-
43+
environment:
44+
name: Orion
45+
4446
steps:
4547
- name: "Checkout"
4648
uses: actions/checkout@v4
@@ -73,5 +75,5 @@ jobs:
7375
- name: Deploy
7476
uses: peaceiris/actions-gh-pages@v3
7577
with:
76-
personal_token: ${{ secrets.ADMINSERV_TOKEN }}
78+
personal_token: ${{ secrets.ADMINSERV_TOKEN_CL }}
7779
publish_dir: ./docs/site

.github/workflows/pr-issues-status.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,9 @@ jobs:
557557
558558
<sub>I am a bot reaching out to you with an automated response.</sub>
559559
560-
stale-issue-label: 'Status Stale'
561-
close-issue-label: 'Status ↯ Autoclosed'
562-
exempt-issue-labels: 'feature,Type Feature,bug,Type Bug'
560+
stale-issue-label: 'Status 𐄂 Stale'
561+
close-issue-label: 'Status 𐄂 '
562+
exempt-issue-labels: 'feature,Type Feature,bug,Type Bug'
563563
days-before-stale: 30
564564
days-before-close: 7
565565
days-before-pr-stale: -1

.github/workflows/release-npm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ jobs:
169169
tag: ${{ env.PACKAGE_VERSION }}
170170
tag_exists_error: false
171171
message: "Latest release"
172+
gpg_private_key: ${{ secrets.ADMINSERV_GPG_KEY_ASC }}
173+
gpg_passphrase: ${{ secrets.ADMINSERV_GPG_PASSPHRASE }}
172174

173175
# ---------------------------------------------------------------------------------------
174176
# [ Tag ]: Confirm

0 commit comments

Comments
 (0)