Skip to content

Commit

Permalink
Merge pull request #317 from Axway/APIGOV-00001
Browse files Browse the repository at this point in the history
APIGOV-00001 - change access token
  • Loading branch information
dfeldickgit authored Jan 24, 2025
2 parents ffa473a + 83b09af commit 583ccb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-tag-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
name: promotiontype
workflow: fully-automated-release.yml
github_token: ${{ secrets.ACTION_ACCESS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Get promotion type from artifact
id: promotype
Expand All @@ -31,7 +31,7 @@ jobs:
with:
# by default, this action creates a tag with a 'v' prefix, and bumps the patch version.
# See https://github.com/mathieudutour/github-tag-action to customize these rules.
github_token: ${{ secrets.ACTION_ACCESS_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
default_bump: ${{ steps.promotype.outputs.promotype }}

- name: Show the new tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fully-automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
- name: Enable Pull Request Automerge
run: gh pr merge APIGOV-UpdateSDKForRelease --admin --merge --subject "Merge branch APIGOV-UpdateSDKForRelease"
env:
GH_TOKEN: ${{ secrets.ACTION_ACCESS_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/update-gomod-for-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
if: ${{ steps.updatesdk.outputs.gomodChanged == 'y' }}
run: gh pr merge APIGOV-UpdateSDKForTesting --admin --merge --subject "Merge branch APIGOV-UpdateSDKForTesting"
env:
GH_TOKEN: ${{ secrets.ACTION_ACCESS_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 583ccb7

Please sign in to comment.