Skip to content

Commit

Permalink
update: github workflow permission read to write
Browse files Browse the repository at this point in the history
  • Loading branch information
djgovani committed Nov 20, 2024
1 parent 1257f54 commit 7b38f12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate-talent-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: write
pull-requests: write # enable write permissions for pull request comments

jobs:
Expand All @@ -27,8 +27,6 @@ jobs:
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
# This is important to fetch the changes to the previous commit
fetch-depth: 0

- name: Prettify code
uses: creyD/[email protected]
Expand Down

0 comments on commit 7b38f12

Please sign in to comment.