Skip to content

Commit

Permalink
chore: remove unneeded repositories and owner config (#11720)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell authored Mar 22, 2024
1 parent 466ef82 commit 71969bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/change-prerelease-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
with:
app-id: 819772
private-key: ${{ secrets.APOLLO_GITHUB_ACTIONS_BOT_PRIVATE_KEY }}
repositories: ${{ github.repository }}
owner: ${{ github.repository_owner }}

# Check out the repository, using the Github Actions Bot app's token so
# that we can push later.
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/exit-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
with:
app-id: 819772
private-key: ${{ secrets.APOLLO_GITHUB_ACTIONS_BOT_PRIVATE_KEY }}
repositories: ${{ github.repository }}
owner: ${{ github.repository_owner }}

# Check out the repository, using the Github Actions Bot app's token so
# that we can push later.
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
with:
app-id: 819772
private-key: ${{ secrets.APOLLO_GITHUB_ACTIONS_BOT_PRIVATE_KEY }}
repositories: ${{ github.repository }}
owner: ${{ github.repository_owner }}

# Check out the repository, using the Github Actions Bot app's token so
# that we can push later.
Expand Down

0 comments on commit 71969bc

Please sign in to comment.