From dd3143192f676149ae5e18d74d49fde4dabdb7fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dyas=F0=9F=8D=8C=20Yaskur=F0=9F=8D=8E?= Date: Sat, 9 Sep 2023 03:53:46 +0700 Subject: [PATCH] ci: test auto release --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8ffe17..7a57fcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,23 +12,23 @@ jobs: runs-on: "ubuntu-latest" steps: - - uses: 'actions/checkout@v3' + - uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac' + - name: Use Node.js + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d + - run: yarn install - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033' with: credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}' - - name: Use Node.js - uses: actions/setup-node@v3 - - run: yarn install - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v1' + uses: 'google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b' # Now you can run gcloud commands authenticated as the impersonated service account. - id: 'gcloud' name: 'gcloud' run: | - gcloud functions deploy app --trigger-http --security-level=secure-always --allow-unauthenticated --runtime nodejs18 --user-output-enabled=false + gcloud functions deploy app --trigger-http --security-level=secure-always --allow-unauthenticated --runtime nodejs20