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 6b676bc commit 04ccc8eCopy full SHA for 04ccc8e
.github/workflows/release.yml
@@ -27,6 +27,9 @@ jobs:
27
{ name: "macos", image: "macos-latest" },
28
]
29
runs-on: ${{ matrix.os.image }}
30
+ env:
31
+ # CSC_LINK: ${{ secrets.CSC_LINK }}
32
+ # CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
33
steps:
34
- name: Github checkout
35
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments