We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95479d commit 52f4e8aCopy full SHA for 52f4e8a
.github/workflows/build-preview-environment.yml
@@ -13,6 +13,7 @@ permissions:
13
id-token: write
14
contents: write
15
pull-requests: write
16
+ packages: write
17
18
env:
19
REF: ${{ github.event_name == 'workflow_dispatch' && github.ref_name || github.event_name == 'pull_request' && github.event.pull_request.head.ref }}
0 commit comments