We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e32d95 commit 9481c08Copy full SHA for 9481c08
.github/workflows/process_metadata.yml
@@ -41,6 +41,14 @@ jobs:
41
42
# Define the sequence of job steps...
43
steps:
44
+ # Exit if the user does not have write access to the repository:
45
+ - name: 'Exit if user does not have write access'
46
+ uses: lannonbr/repo-permission-check-action@2.0.0
47
+ with:
48
+ permission: 'write'
49
+ env:
50
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
+
52
# Checkout the repository:
53
- name: 'Checkout repository'
54
uses: actions/checkout@v3
0 commit comments