Skip to content

Commit

Permalink
ci: updated public gh token in Tekton & changed username
Browse files Browse the repository at this point in the history
  • Loading branch information
kirrg001 committed Apr 30, 2024
1 parent 3e26d45 commit 4ba06eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .tekton/tasks/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ spec:
ARTIFACTS_PATH="$(workspaces.output.path)"
cd $ARTIFACTS_PATH
git config user.name "Katharina Irrgang"
git config user.email [email protected]
git config user.name "Instanacd PAT for GitHub Public"
mkdir -p -m 755 /etc/apt/keyrings && wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null \
&& chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg \
Expand Down

0 comments on commit 4ba06eb

Please sign in to comment.