We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cb5e2 commit beb0633Copy full SHA for beb0633
.github/workflows/docker-prod.yaml
@@ -27,22 +27,8 @@ jobs:
27
with:
28
egress-policy: audit
29
30
- - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
31
- id: gh-app-token
32
- with:
33
- app-id: ${{ vars.GH_APP_ID }}
34
- private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
35
-
36
- name: Checkout Repo
37
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38
39
- token: ${{ steps.gh-app-token.outputs.token }}
40
- fetch-depth: 0
41
42
- - name: Setup pre-requisites
43
- uses: ./.github/actions/setup
44
45
46
47
- name: Set up Docker Buildx
48
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2
0 commit comments