Skip to content

Commit 41d07e2

Browse files
Merge pull request #4 from Silverfin-Engineering/publish-gem
adjusting the authentication to a Bearer token
2 parents 717ce81 + b376ec2 commit 41d07e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
mkdir -p ~/.gem
3838
cat > ~/.gem/credentials <<EOF
3939
---
40-
:gitlab_silverfin: ${GITLAB_TOKEN}
40+
:gitlab_silverfin: Bearer ${GITLAB_TOKEN}
4141
EOF
4242
chmod 0600 ~/.gem/credentials
4343
env:

0 commit comments

Comments
 (0)