Skip to content

Commit

Permalink
chore: remove unused secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Oct 30, 2024
1 parent bfc6039 commit 3a815e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-prod&demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
app_name: static-rdf-nginx
environment: demo
cluster: digdir-fdk-dev
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
secrets:
DIGDIR_FDK_AUTODEPLOY: ${{ secrets.DIGDIR_FDK_DEV_AUTODEPLOY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4 changes: 0 additions & 4 deletions .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
name: Build server image on PR from dependabot
if: ${{ github.actor == 'dependabot[bot]' }}
uses: Informasjonsforvaltning/workflows/.github/workflows/build.yaml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dependabot-build-nginx:
name: Build nginx image on PR from dependabot
Expand All @@ -79,5 +77,3 @@ jobs:
with:
dockerfile: ./nginx/Dockerfile
dockerfile_context: ./nginx/
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3a815e4

Please sign in to comment.