We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9009dc4 commit 5604763Copy full SHA for 5604763
.github/actions/store-delete-k8s-ghcr/action.yml
@@ -10,9 +10,10 @@ runs:
10
using: "composite"
11
steps:
12
- name: Generate a UUID token
13
+ shell: bash
14
id: token
15
run: |
- echo "token-name=$(uuidgen)" >> $GITHUB_OUTPUT
16
+ echo "token-name=${RANDOM}-${GITHUB_RUN_ID}-${GITHUB_RUN_ATTEMPT}" >> $GITHUB_OUTPUT
17
- name: Delete GitHub Container Registry token
18
uses: ./.github/actions/with-post-step
19
with:
0 commit comments