Fjerner AbstractPingableRestClient som aldri ble tatt i bruk #55
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
name: Bygg og publiser pakke på GitHub Packages | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
build_and_deploy: | |
name: "Opprett og publiser leveranse på GitHub Packages" | |
uses: navikt/tilleggsstonader/.github/workflows/java-build-and-publish-release.yml@main | |
secrets: inherit | |
permissions: | |
contents: write | |
packages: write |