Skip to content

Commit

Permalink
TEST GithubActions 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MirceaMateiMozilla committed Oct 17, 2023
1 parent 0f5e016 commit 298df55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/google-cloudrun-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ jobs:
permissions:
contents: 'read'
id-token: 'write'
secrets: inherit

runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Google Auth
id: auth
uses: 'google-github-actions/auth@v0'
with:
token_format: 'access_token'
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}' # e.g. - projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}' # e.g. - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ConfigModule } from '@nestjs/config';
import { DataBaseModule } from './database/database.module';
import { StudiesModule } from './studies/studies.module';

// TEST GithubActions 3 update 1
// TEST GithubActions 4
@Module({
imports: [
ConfigModule.forRoot({
Expand Down

0 comments on commit 298df55

Please sign in to comment.