Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
[fix] Again a problem in CI during release building
Browse files Browse the repository at this point in the history
Authentication changed in build.yml

Signed-off-by: Benoit LELANDAIS <[email protected]>
  • Loading branch information
lelandaisb committed Nov 22, 2022
1 parent e2989fb commit 23c88ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,7 @@ jobs:
./plugins/fr.cea.nabla.vscode.extension/*.vsix
draft: true
env:
USERNAME: ${{ github.actor }}
PASSWORD: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 23c88ee

Please sign in to comment.