Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix: use actions@v1 (#537)
Browse files Browse the repository at this point in the history
* Update review.yml

* Update production.yml
  • Loading branch information
Julien Bouquillon authored Sep 23, 2021
1 parent ec344a8 commit fac0fda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Use k8s manifests generation
uses: SocialGouv/actions/k8s-manifests@RANCHER_PROJECT_ID
uses: SocialGouv/actions/k8s-manifests@v1
with:
environment: "preprod"
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}
Expand All @@ -63,7 +63,7 @@ jobs:
url: https://sample-next-app-preprod.dev.fabrique.social.gouv.fr
steps:
- name: Use autodevops deployment
uses: SocialGouv/actions/autodevops-deploy@RANCHER_PROJECT_ID
uses: SocialGouv/actions/autodevops-deploy@v1
with:
environment: "preprod"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -82,13 +82,13 @@ jobs:
url: https://sample-next-app.fabrique.social.gouv.fr
steps:
- name: Use k8s manifests generation
uses: SocialGouv/actions/k8s-manifests@RANCHER_PROJECT_ID
uses: SocialGouv/actions/k8s-manifests@v1
with:
environment: "prod"
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}
socialgouvBaseDomain: ${{ secrets.SOCIALGOUV_BASE_DOMAIN }}
- name: Use autodevops deployment
uses: SocialGouv/actions/autodevops-deploy@RANCHER_PROJECT_ID
uses: SocialGouv/actions/autodevops-deploy@v1
with:
environment: "prod"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Use k8s manifests generation
uses: SocialGouv/actions/k8s-manifests@RANCHER_PROJECT_ID
uses: SocialGouv/actions/k8s-manifests@v1
with:
environment: "dev"
rancherId: ${{ secrets.RANCHER_PROJECT_ID }}
Expand All @@ -63,7 +63,7 @@ jobs:
needs: [register, manifests]
steps:
- name: Use autodevops deployment
uses: SocialGouv/actions/autodevops-deploy@RANCHER_PROJECT_ID
uses: SocialGouv/actions/autodevops-deploy@v1
with:
environment: "dev"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fac0fda

Please sign in to comment.