We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b69f8 commit c1938b6Copy full SHA for c1938b6
.github/workflows/pull_request.yml
@@ -10,9 +10,13 @@ jobs:
10
- uses: actions/setup-python@v5
11
with:
12
python-version: 3.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 }}
17
- run: pip install -r requirements.txt
18
- uses: pulumi/actions@v6
19
20
command: preview
21
+ stack-name: prod
22
cloud-url: ${{ secrets.PULUMI_CLOUD_URL }}
0 commit comments