-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from AppsFlyerSDK/revert-269-master
Revert "dummy"
- Loading branch information
Showing
10 changed files
with
14 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,21 +9,13 @@ jobs: | |
environment: Staging | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.CI_DEV_GITHUB_TOKEN }} | ||
persist-credentials: true | ||
|
||
- name: Setup Git Authentication | ||
- name: Login to Github | ||
env: | ||
COMMIT_AUTHOR: ${{ secrets.CI_COMMIT_AUTHOR }} | ||
COMMIT_EMAIL: ${{ secrets.CI_COMMIT_EMAIL }} | ||
MY_PERSONAL_ACCESS_TOKEN: ${{ secrets.CI_DEV_GITHUB_TOKEN }} | ||
run: | | ||
git config --global user.name $COMMIT_AUTHOR | ||
git config --global user.email $COMMIT_EMAIL | ||
git config --global credential.helper 'cache --timeout=300' | ||
git config --global --add "credential.https://github.com.username" "x-access-token" | ||
echo "https://x-access-token:[email protected]" > ~/.git-credentials | ||
- name: Check if fixed version is on Jira | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,25 +13,17 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.CI_DEV_GITHUB_TOKEN }} | ||
persist-credentials: true | ||
|
||
- name: Login to Github | ||
env: | ||
COMMIT_AUTHOR: ${{ secrets.CI_COMMIT_AUTHOR }} | ||
COMMIT_EMAIL: ${{ secrets.CI_COMMIT_EMAIL }} | ||
MY_PERSONAL_ACCESS_TOKEN: ${{ secrets.CI_DEV_GITHUB_TOKEN }} | ||
run: | | ||
git config --global user.name $COMMIT_AUTHOR | ||
git config --global user.email $COMMIT_EMAIL | ||
git config --global credential.helper 'cache --timeout=300' | ||
git config --global --add "credential.https://github.com.username" "x-access-token" | ||
echo "https://x-access-token:[email protected]" > ~/.git-credentials | ||
- uses: mdecoleman/[email protected] | ||
id: vars | ||
with: | ||
repo-token: ${{ secrets.CI_DEV_GITHUB_TOKEN }} | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Update package.json file | ||
run: | | ||
plugin_version=$(echo "${{ steps.vars.outputs.branch }}" | grep -Eo '[0-9].[0-9]+.[0-9]+') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,25 +21,17 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.CI_DEV_GITHUB_TOKEN }} | ||
persist-credentials: true | ||
|
||
- name: Login to Github | ||
env: | ||
COMMIT_AUTHOR: ${{ secrets.CI_COMMIT_AUTHOR }} | ||
COMMIT_EMAIL: ${{ secrets.CI_COMMIT_EMAIL }} | ||
MY_PERSONAL_ACCESS_TOKEN: ${{ secrets.CI_DEV_GITHUB_TOKEN }} | ||
run: | | ||
git config --global user.name $COMMIT_AUTHOR | ||
git config --global user.email $COMMIT_EMAIL | ||
git config --global credential.helper 'cache --timeout=300' | ||
git config --global --add "credential.https://github.com.username" "x-access-token" | ||
echo "https://x-access-token:[email protected]" > ~/.git-credentials | ||
- uses: mdecoleman/[email protected] | ||
id: vars | ||
with: | ||
repo-token: ${{ secrets.CI_DEV_GITHUB_TOKEN }} | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Determine release tag and release branch | ||
run: | | ||
TAG=$(echo "${{ steps.vars.outputs.branch }}" | grep -Eo '[0-9].[0-9]+.[0-9]+') | ||
|
@@ -52,7 +44,7 @@ jobs: | |
TAG: ${{env.PLUGIN_VERSION}} | ||
uses: "actions/github-script@v5" | ||
with: | ||
github-token: "${{ secrets.CI_DEV_GITHUB_TOKEN }}" | ||
github-token: "${{ secrets.GITHUB_TOKEN }}" | ||
script: | | ||
try { | ||
await github.rest.repos.createRelease({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters