Below you will find pages that utilize the taxonomy term “pass-culture-github-actions”
March 5, 2024
tfstate GCP bucket
Version updated for pass-culture-github-actions/tfstate-bucket to version v1.0.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed fix: mismatch upload trying to unlink files that does not exist by @kopax-polyconseil in https://github.com/pass-culture-github-actions/tfstate-bucket/pull/3 Full Changelog: https://github.com/pass-culture-github-actions/tfstate-bucket/compare/v1.0.2...v1.0.3
March 2, 2024
tfstate GCP bucket
Version updated for pass-culture-github-actions/tfstate-bucket to version v1.0.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Add feature
delete mismatch and exclude state currently being edited in an open pull request
February 26, 2024
tfstate GCP bucket
Version updated for pass-culture-github-actions/tfstate-bucket to version v1.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix
Correct mismatch feature
February 24, 2024
tfstate GCP bucket
Version updated for pass-culture-github-actions/tfstate-bucket to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes tfstate GCP bucket What is it ? GitHub action to perform maintainance task on the tfstate GCP bucket.
Features
Remove empty default.tfstate files. Remove unecessary .terragrunt-cache directories. Report mismatch between GCS tfstate bucket and IaC repository. Push removal of empty default.tfstate or .
December 22, 2023
Google Cloud Artifact Registry Action for gcloud self-hosted runners
Version updated for pass-culture-github-actions/artifact-registry to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Google Cloud Artifact Registry Action for gcloud self-hosted runners This composite action will decide weither use artifact registry or npm registry for Node.js dependencies.
artifact registry is used for self-hosted runner npm registry is used for github runner Usage workflow.yml
- name: "Use the artifact registry" uses: pass-culture-github-actions/artifact-registry@v1.
December 22, 2023
Cache GCS for self-hosted and Azure for github-runner
Version updated for pass-culture-github-actions/cache to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Google Cloud Storage or Azure Cache Action This composite action will decide weither use gcs or azure cache.
gcs is used for self-hosted runner azure is used for github runner Usage workflow.yml
- name: Cache the node_modules id: node-modules-cache uses: pass-culture-github-actions/cache@v1.0.0 with: bucket: my-ci-cache path: node_modules key: node-modules-${{ runner.
December 22, 2023
GCS Cache
Version updated for pass-culture-github-actions/gcs-cache to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Google Cloud Storage Cache Action GitHub already provides an awesome action to cache your workload to Azure’s servers hosted in United States. However, if you are using self-hosted runners hosted far away from the cache location, or if you pay external network way more than internal network, you may want to host your cache elsewhere for better performance and lower costs.