Skip to content

Commit

Permalink
debug release CI 04
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Sep 17, 2024
1 parent 563e31e commit abe84f8
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ permissions:
contents: write
id-token: write

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PROVIDER: outscale
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
#token have been remove, need to recreate it
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_USERNAME: "__token__"

jobs:
publish:
runs-on: ubuntu-22.04
Expand All @@ -43,6 +33,15 @@ jobs:
path: |
./sdk/python.tar.gz
- name: publish sdks
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PROVIDER: outscale
PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/..
#token have been remove, need to recreate it
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
PYPI_USERNAME: "__token__"
uses: pulumi/pulumi-package-publisher@main
with:
sdk: python

0 comments on commit abe84f8

Please sign in to comment.