Skip to content

Commit

Permalink
use username and token to auth
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong committed Dec 2, 2024
1 parent 875107a commit 364e997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
path: _output/**

- name: Publish Artifacts
if: env.XPKG_TOKEN != ''
if: env.XPKG_USR != ''
env:
UP_TOKEN: ${{ secrets.XPKG_TOKEN }}
run: |
Expand Down

0 comments on commit 364e997

Please sign in to comment.