Files
dotfiles/.github/workflows/publish.yml
dependabot[bot] 36ef44c2b1 build(deps): bump actions/checkout from 2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-06 05:16:32 +00:00

21 lines
537 B
YAML

name: Dotfiles publisher
on:
push:
branches:
- master
jobs:
publish-installer:
name: Publish setup script
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
export_default_credentials: true
- name: Publish to CDN
run: ./scripts/publish.sh