We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ac33c commit d783494Copy full SHA for d783494
1 file changed
.github/workflows/release-features.yml
@@ -29,6 +29,8 @@ jobs:
29
generate-docs: "true"
30
disable-schema-validation: "true"
31
disable-repo-tagging: "true"
32
+ env:
33
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
35
- name: Login to GitHub Container Registry
36
uses: docker/login-action@v3
0 commit comments