Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 20a4709

Browse files
committed
try original
1 parent 2d9c331 commit 20a4709

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeva-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish to CodeVA
22
on:
33
push:
4-
branches:
4+
# branches:
55
# - main
66
# paths-ignore:
77
# - '.github/**'
@@ -18,4 +18,4 @@ jobs:
1818
branch: ${{ github.ref_name }}
1919
repository: ${{ github.repository }}
2020
secrets:
21-
token: ${{ secrets.GITHUB_TOKEN }}
21+
token: ${{ secrets.READ_TEAM_PAT}}

0 commit comments

Comments
 (0)