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 df9c5fe commit b5bbc38Copy full SHA for b5bbc38
.github/workflows/release.yml
@@ -70,6 +70,8 @@ jobs:
70
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #pin v4.2.2
71
- name: Compile Framework
72
id: compile
73
+ env:
74
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75
run: |
76
gpg --import ./curl.asc
77
echo 'trusted-key 0x78E11C6B279D5C91' >> ~/.gnupg/gpg.conf
0 commit comments