We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfbf3b commit c52df17Copy full SHA for c52df17
1 file changed
.github/workflows/publish.yml
@@ -29,11 +29,11 @@ jobs:
29
echo "GHA_DOCS_PUBLISH_PROJECT=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
30
- uses: actions/checkout@v6
31
- id: auth
32
- uses: google-github-actions/auth@v2
+ uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
33
with:
34
credentials_json: "${{ secrets.ENTUR_DOCS_SA }}"
35
- name: "Set up Cloud SDK"
36
- uses: google-github-actions/setup-gcloud@v2
+ uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
37
# with:
38
# version: ">= 363.0.0"
39
- name: Upload docs to Entur Docs GCS
0 commit comments