We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188717c commit 23594e8Copy full SHA for 23594e8
.github/workflows/pr-open.yml
@@ -39,13 +39,15 @@ jobs:
39
name: Builds
40
runs-on: ubuntu-24.04
41
permissions:
42
+ attestations: write
43
+ id-token: write
44
packages: write
45
strategy:
46
matrix:
47
package: [api, frontend]
48
steps:
49
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- - uses: bcgov/action-builder-ghcr@fix/missingTokens
50
+ - uses: bcgov/action-builder-ghcr@fd17bc1cbb16a60514e0df3966d42dff9fc232bc # v4.0.0
51
with:
52
package: ${{ matrix.package }}
53
tags: ${{ github.event.number || github.sha }}
0 commit comments