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

Commit 2d9c331

Browse files
committed
try using github token rather than pat
1 parent 163f40d commit 2d9c331

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeva-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Publish to CodeVA
22
on:
33
push:
44
branches:
5-
- main
6-
paths-ignore:
7-
- '.github/**'
8-
- '**/README.md'
5+
# - main
6+
# paths-ignore:
7+
# - '.github/**'
8+
# - '**/README.md'
99
workflow_dispatch:
1010

1111
permissions:
@@ -18,4 +18,4 @@ jobs:
1818
branch: ${{ github.ref_name }}
1919
repository: ${{ github.repository }}
2020
secrets:
21-
token: ${{ secrets.READ_TEAM_PAT}}
21+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)