Skip to content

Commit 6056a6c

Browse files
committed
we don't use these actions, but keep pedantic zizmor happy
1 parent 94a068c commit 6056a6c

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/past-events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# The type of runner that the job will run on
2828
runs-on: ubuntu-latest
2929
permissions:
30-
contents: write
30+
contents: write # This will update pages in the repo
3131

3232
# Steps represent a sequence of tasks that will be executed as part of the job
3333
steps:

.github/workflows/preview.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
name: "Build PR preview"
2424
runs-on: ubuntu-latest
2525
permissions:
26-
# contents: write is required for deploying the GitHub Pages if using the default GITHUB_TOKEN
27-
# pull-requests: write is required if you want to comment the preview page url to the pull request
28-
pull-requests: write
29-
contents: write
26+
pull-requests: write # required to comment the preview page url to the pull request
27+
contents: write # required for deploying the GitHub Pages if using the default GITHUB_TOKEN
3028
steps:
3129
- name: Checkout
3230
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)