Skip to content

Commit c63ba37

Browse files
authored
fix(ci): Update container token issue
1 parent 82eb100 commit c63ba37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/container.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
uses: actions/checkout@v4
6262
- name: "Get and Set version"
6363
id: set-version
64+
env:
65+
GH_TOKEN: ${{ github.token }}
6466
run: |
6567
set -e
6668

0 commit comments

Comments
 (0)