Skip to content

Commit

Permalink
remove app-id logic from forked repo CI actions (#4129)
Browse files Browse the repository at this point in the history
* remove app-id logic from forked repo ci actions

* oops
  • Loading branch information
ie-pham authored Sep 26, 2024
1 parent 109f8d0 commit 97ff80a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_serverless_gomod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependabot:
name: Serverless gomod update
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
if: ${{ github.event.pull_request.user.login == 'tempo-gh-bot[bot]' }}
steps:
- name: Set up Go 1.22
uses: actions/setup-go@v5
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/doc-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ jobs:
container:
image: "grafana/doc-validator:v5.2.0"
steps:
- name: Get app token
uses: actions/create-github-app-token@v1
id: get-github-app-token
with:
app-id: ${{secrets.APP_ID}}
private-key: ${{secrets.APP_PRIVATE_KEY}}
owner: ${{ github.repository_owner }}
- name: "Checkout code"
uses: "actions/checkout@v4"
- name: "Run doc-validator"
Expand All @@ -37,5 +30,3 @@ jobs:
--filter-mode=nofilter \
--name=doc-validator \
--reporter=github-pr-review
env:
REVIEWDOG_GITHUB_API_TOKEN: "${{ steps.get-github-app-token.outputs.token }}"

0 comments on commit 97ff80a

Please sign in to comment.