Skip to content

Commit

Permalink
Revert "Scope app token to only this repo for security (#501)"
Browse files Browse the repository at this point in the history
This reverts commit 3e1bcb9.
  • Loading branch information
jeffwidman committed Mar 21, 2024
1 parent 3e1bcb9 commit 84f0efb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dependabot-auto-merge.yml
Expand Up @@ -13,7 +13,6 @@ jobs:
with:
app_id: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
private_key: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
repositories: "dependabot/fetch-metadata"

- name: Check out code
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/dependabot-build.yml
Expand Up @@ -37,7 +37,6 @@ jobs:
with:
app_id: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
private_key: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
repositories: "dependabot/fetch-metadata"

- uses: actions/checkout@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-bump-version.yml
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
app_id: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
private_key: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
repositories: "dependabot/fetch-metadata"

- uses: actions/checkout@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-move-tracking-tag.yml
Expand Up @@ -34,7 +34,6 @@ jobs:
with:
app_id: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
private_key: ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
repositories: "dependabot/fetch-metadata"

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 84f0efb

Please sign in to comment.