Skip to content

Commit

Permalink
Fix PAT in build publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sclaiborne committed Feb 13, 2024
1 parent 37e2940 commit 5b35c26
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/buildPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,18 @@ jobs:
submodules: 'true'
path: "main"
lfs: true
token: ${{ secrets.GHA_PAT_4_25 }} # `GH_PAT` is a secret that contains your PAT
- uses: actions/checkout@v4
with:
repository: "loupeteam/AsGithubAction"
submodules: 'true'
ref: "main"
path: "AsGithubAction"
token: ${{ secrets.GHA_PAT_4_25 }} # `GH_PAT` is a secret that contains your PAT
- uses: actions/checkout@v4
with:
repository: "loupeteam/ASPython"
submodules: 'true'
ref: "bugfix/pvi-error-code"
path: "AsPython"
token: ${{ secrets.GHA_PAT_4_25 }} # `GH_PAT` is a secret that contains your PAT
- uses: actions/checkout@v4
with:
repository: "loupeteam/LPM"
submodules: 'true'
ref: "main"
path: "LPM"
token: ${{ secrets.GHA_PAT_4_25 }} # `GH_PAT` is a secret that contains your PAT
- uses: actions/setup-node@v3
with:
node-version: 16
Expand All @@ -64,6 +54,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- run: |
cd ./libs/vartools
python.exe ${{ github.workspace }}/LPM/src/LPM.py login -s -t ${{ secrets.GHA_PAT_4_25 }} -nc
python.exe ${{ github.workspace }}/LPM/src/LPM.py login -s -t ${{ secrets.GITHUB_TOKEN }} -nc
python.exe ${{ github.workspace }}/LPM/src/LPM.py init -s -lib -nc
python.exe ${{ github.workspace }}/LPM/src/LPM.py publish -s -nc

0 comments on commit 5b35c26

Please sign in to comment.