Skip to content

Commit

Permalink
try to login
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Feb 15, 2024
1 parent 7a7a699 commit a01a543
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit a01a543

Please sign in to comment.