This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Genererer nye secrets for infotrygd-brukeren til topic #176
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#on: [ pull_request ] | |
#name: Pull Request | |
# | |
#permissions: | |
# contents: write | |
# pull-requests: write | |
# checks: write | |
# | |
#jobs: | |
# build: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v4 | |
# - uses: actions/setup-java@v4 | |
# with: | |
# java-version: 19 | |
# distribution: 'temurin' | |
# | |
# - uses: gradle/gradle-build-action@v3.5.0 | |
# with: | |
# arguments: test --continue --no-daemon --configuration-cache | |
# | |
# - uses: dorny/test-reporter@v1.9.1 | |
# if: success() || failure() | |
# with: | |
# name: test | |
# path: "**/build/test-results/test/TEST-*.xml" | |
# reporter: java-junit | |
# token: ${{ secrets.GITHUB_TOKEN }} | |
# | |
# - name: Auto-merge Dependabot's pull request | |
# if: ${{ github.actor == 'dependabot[bot]' }} | |
# run: gh pr merge --auto --merge "$PR_URL" | |
# env: | |
# PR_URL: ${{github.event.pull_request.html_url}} | |
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |