Skip to content

Commit

Permalink
Fix obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Sep 2, 2024
1 parent f280a18 commit 600de16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
# Secrets for committing the generated site
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
# Temporarily disabled until build is fixed
# GE_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
# Write permissions for committing the generated site
permissions:
contents: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/merge-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

build:
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
# Temporary use `develocity` branch
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
secrets:
DV_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
Expand Down

0 comments on commit 600de16

Please sign in to comment.