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 82eb100 commit c63ba37Copy full SHA for c63ba37
.github/workflows/container.yml
@@ -61,6 +61,8 @@ jobs:
61
uses: actions/checkout@v4
62
- name: "Get and Set version"
63
id: set-version
64
+ env:
65
+ GH_TOKEN: ${{ github.token }}
66
run: |
67
set -e
68
0 commit comments