Skip to content

Commit

Permalink
rename github secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Strernd committed Oct 27, 2020
1 parent c82c45a commit 78ad1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
repo: tixl/${{ steps.extract_branch.outputs.branch }}-btc-oracle
region: eu-central-1
tags: latest,${{ github.sha }}
extra_build_args: --build-arg GITHUB_TOKEN=${{ secrets.GITHUB_ACTIONS_TOKEN }}
extra_build_args: --build-arg GITHUB_TOKEN=${{ secrets.GH_ACTIONS_TOKEN }}
- name: Slack Notify Success
continue-on-error: true
if: success()
Expand Down

0 comments on commit 78ad1f1

Please sign in to comment.