Skip to content

Commit

Permalink
remove steps and permissions not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonBeeming authored Mar 24, 2024
1 parent b0edd17 commit f3f054d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-log4brains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:

permissions:
contents: write
pages: write
id-token: write

jobs:
build:
Expand All @@ -23,9 +21,6 @@ jobs:
persist-credentials: false # required by JamesIves/github-pages-deploy-action
fetch-depth: 0 # required by Log4brains to work correctly (needs the whole Git history)

- name: Setup Pages
uses: actions/configure-pages@v4

- name: Install Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit f3f054d

Please sign in to comment.