Skip to content

Commit

Permalink
Scope app token to only this repo for security (#501)
Browse files Browse the repository at this point in the history
#442 bumped to a new version
of this action which now supports a `"repositories"` key that scopes the token
to the designated repositories.
  • Loading branch information
jeffwidman committed Mar 21, 2024
1 parent 7187f39 commit 3e1bcb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot-auto-merge.yml
Expand Up @@ -13,6 +13,7 @@ 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: 1 addition & 0 deletions .github/workflows/dependabot-build.yml
Expand Up @@ -37,6 +37,7 @@ 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: 1 addition & 0 deletions .github/workflows/release-bump-version.yml
Expand Up @@ -24,6 +24,7 @@ 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: 1 addition & 0 deletions .github/workflows/release-move-tracking-tag.yml
Expand Up @@ -34,6 +34,7 @@ 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 3e1bcb9

Please sign in to comment.