Skip to content

Commit c1938b6

Browse files
committed
add gcp auth to actions
1 parent 97b69f8 commit c1938b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ jobs:
1010
- uses: actions/setup-python@v5
1111
with:
1212
python-version: 3.13
13-
13+
- uses: "google-github-actions/auth@v2"
14+
with:
15+
project_id: "osakunta-telegram-bot"
16+
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
1417
- run: pip install -r requirements.txt
1518
- uses: pulumi/actions@v6
1619
with:
1720
command: preview
21+
stack-name: prod
1822
cloud-url: ${{ secrets.PULUMI_CLOUD_URL }}

0 commit comments

Comments
 (0)