diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 2fd8487..7caae20 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -25,7 +25,7 @@ jobs: steps: # Points to a recent commit instead of `main` to avoid supply chain attacks. (The latest tag is very old.) - name: 🎟 Get GitHub App token - uses: navikt/github-app-token-generator@a3831f44404199df32d8f39f7c0ad9bb8fa18b1c + uses: actions/create-github-app-token@v1 id: get-token with: app-id: ${{ secrets.GH_APP_ID }}