Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 20, 2024
1 parent 18d5fc4 commit 907de5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/fix/cicd-new-workflows'

- uses: actions/checkout@v4
- uses: google-github-actions/auth@v2
with:
project_id: ${{ secrets.GCLOUD_PROJECT }}
workload_identity_provider: projects/${{ secrets.GCLOUD_PROJECT }}/locations/global/workloadIdentityPools/github/providers/github
- uses: azure/login@v2
with:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -66,6 +70,7 @@ jobs:
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: 'false'


check_workflow_uptodate:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd-main.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/fix/cicd-new-workflows'

- uses: actions/checkout@v4
- uses: google-github-actions/auth@v2
with:
project_id: ${{ secrets.GCLOUD_PROJECT }}
workload_identity_provider: projects/${{ secrets.GCLOUD_PROJECT }}/locations/global/workloadIdentityPools/github/providers/github
- uses: azure/login@v2
with:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand All @@ -56,6 +60,7 @@ jobs:
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: 'false'


check_workflow_uptodate:
Expand Down

0 comments on commit 907de5e

Please sign in to comment.