Skip to content

Commit

Permalink
chore: remove GH_TOKEN for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Nov 29, 2024
1 parent ed035dc commit ec1c0cd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ jobs:
name: Build image on PR from dependabot
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
uses: Informasjonsforvaltning/workflows/.github/workflows/build.yaml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}


dependabot-build-dev-image:
name: Build dev image on PR from dependabot
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
uses: Informasjonsforvaltning/workflows/.github/workflows/build.yaml@main
with:
dockerfile: dev.Dockerfile
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ec1c0cd

Please sign in to comment.