Skip to content

Commit

Permalink
Revert "chore: active le déploiement sur les PR de fork"
Browse files Browse the repository at this point in the history
This reverts commit 56f1196.
  • Loading branch information
JalilArfaoui authored and liliced committed Jan 16, 2025
1 parent d52f1d5 commit 8c89728
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Déploiement
on:
pull_request_target:
pull_request:
types: [opened, synchronize]
push:
branches: [master]
branches: [master, demo, next]

# We display the release notes in the "news" section of mon-entreprise.urssaf.fr so
# we want to re-deploy the site when a new release is published or edited on
Expand Down Expand Up @@ -142,26 +142,7 @@ jobs:
matrix:
site: ['', 'en']
steps:
# https://michaelheap.com/access-secrets-from-forks/
- name: Get User Permission
id: checkAccess
uses: actions-cool/check-user-permission@v2
with:
require: write
username: ${{ github.triggering_actor }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check User Permission
if: steps.checkAccess.outputs.require-result == 'false'
run: |
echo "${{ github.triggering_actor }} does not have permissions on this repo."
echo "Current permission level is ${{ steps.checkAccess.outputs.user-permission }}"
echo "Job originally triggered by ${{ github.actor }}"
exit 1
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }} # This is dangerous without the first access check
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: static-site
Expand Down

0 comments on commit 8c89728

Please sign in to comment.