diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 142c73db5..762f93eed 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -161,10 +161,10 @@ jobs:
- name: Set up git credentials
if: github.event_name == 'release'
env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
git config --global credential.helper store
- echo "https://${GITHUB_TOKEN}:x-oauth-basic@github.com" >> ~/.git-credentials
+ echo "https://${ACCESS_TOKEN}:x-oauth-basic@github.com" >> ~/.git-credentials
git config --global user.email "ci@bitwarden.com"
git config --global user.name "Bitwarden CI"
diff --git a/src/Android/Properties/AndroidManifest.xml b/src/Android/Properties/AndroidManifest.xml
index 4b8707cbe..57eee193a 100644
--- a/src/Android/Properties/AndroidManifest.xml
+++ b/src/Android/Properties/AndroidManifest.xml
@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="1"
- android:versionName="2.5.4"
+ android:versionName="2.5.5"
package="com.x8bit.bitwarden">
diff --git a/src/iOS.Autofill/Info.plist b/src/iOS.Autofill/Info.plist
index dabe3e3b9..8885b1506 100644
--- a/src/iOS.Autofill/Info.plist
+++ b/src/iOS.Autofill/Info.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
com.8bit.bitwarden.autofill
CFBundleShortVersionString
- 2.5.4
+ 2.5.5
CFBundleVersion
1
CFBundleLocalizations
diff --git a/src/iOS.Extension/Info.plist b/src/iOS.Extension/Info.plist
index 4a8fcf22a..ccb49c64d 100644
--- a/src/iOS.Extension/Info.plist
+++ b/src/iOS.Extension/Info.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
com.8bit.bitwarden.find-login-action-extension
CFBundleShortVersionString
- 2.5.4
+ 2.5.5
CFBundleLocalizations
en
diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist
index 771886e7f..cdeba4628 100644
--- a/src/iOS/Info.plist
+++ b/src/iOS/Info.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
com.8bit.bitwarden
CFBundleShortVersionString
- 2.5.4
+ 2.5.5
CFBundleVersion
1
CFBundleIconName