diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37f789f..10c759c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,10 +35,10 @@ jobs: - name: Set up S3CMD uses: s3-actions/s3cmd@v1.5.0 with: - provider: aws # default is linode - region: 'eu-central-1' + provider: cloudflare + account_id: ${{ secrets.CF_ACCOUNT_ID }} access_key: ${{ secrets.S3_ACCESS_KEY }} - secret_key: ${{ secrets.S3_ACCESS_KEY }} + secret_key: ${{ secrets.S3_SECRET_KEY }} - name: Publish run: npm run semantic-release @@ -49,7 +49,7 @@ jobs: with: api_key: ${{ secrets.AMO_ISSUER }} api_secret: ${{ secrets.AMO_SECRET }} - guid: 'contact@luneweb.com' + guid: 'contact@lumeweb.com' xpi_path: ${{ env.PKG }} src_path: ${{ env.PKG_SRC }} - name: Setup tmate session