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 d88e318 commit 9175c8fCopy full SHA for 9175c8f
.github/workflows/maven-release-provider-model.yaml
@@ -33,6 +33,8 @@ jobs:
33
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
34
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
35
- name: Fetch crds
36
+ env:
37
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
working-directory: "./provider-models/crossplane-${{ github.event.inputs.provider }}/src/main/resources/kubernetes"
39
run : ./fetch.sh
40
- name: List crds
0 commit comments