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 a9202cd commit 5ad44f0Copy full SHA for 5ad44f0
1 file changed
.github/workflows/release.yml
@@ -32,6 +32,12 @@ jobs:
32
- name: Verify toolchain versions
33
run: node -v && npm -v && yarn -v
34
35
+ - name: Print GitHub OIDC identity context
36
+ run: |
37
+ echo "repository=$GITHUB_REPOSITORY"
38
+ echo "workflow_ref=$GITHUB_WORKFLOW_REF"
39
+ echo "ref=$GITHUB_REF"
40
+
41
- name: Install dependencies
42
run: yarn install --frozen-lockfile
43
0 commit comments