From a01a54332ea5a1c12e5d60066447c2a794b6908b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BChler?= Date: Thu, 15 Feb 2024 13:31:37 +0100 Subject: [PATCH] try to login --- .github/workflows/release.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 0000000..152fd68 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,34 @@ +name: Release Package + +on: + push: + branches: + - main + +jobs: + package_and_publish: + name: Package and Publish + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + token: ${{ secrets.DEPLOY_TOKEN }} + - uses: google-github-actions/auth@v2 + with: + service_account: smrtv-pub-dev@smartive-internal-shared.iam.gserviceaccount.com + workload_identity_provider: projects/710921990578/locations/global/workloadIdentityPools/github/providers/gh-smartive-org + # - uses: dart-lang/setup-dart@v1 + # with: + # sdk: stable + + # + # - name: release + # uses: cycjimmy/semantic-release-action@v3 + # with: + # extra_plugins: | + # @semantic-release/exec + # @semantic-release/git + # @semantic-release/changelog + # env: + # GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }} + # CREDENTIALS: ${{ secrets.PUB_DEV_CREDENTIALS }}