Skip to content

Commit 02d0c09

Browse files
committed
Revert "use publish token?"
This reverts commit c8920db.
1 parent c8920db commit 02d0c09

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build_pipelinesrelease_template.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
registry: ghcr.io
116116
username: ${{ github.actor }}
117-
password: ${{ secrets.PUBLISH_TOKEN }}
117+
password: ${{ secrets.GITHUB_TOKEN }}
118118
- name: Configure Agent
119119
run: go run mage.go ConfigureAgent SetBinExecutable
120120
- name: Integration Test
@@ -166,12 +166,12 @@ jobs:
166166
run: go run mage.go ConfigureAgent UseXBuildBinaries
167167
- name: Publish Porter Binaries
168168
env:
169-
GITHUB_TOKEN: "${{ secrets.PUBLISH_TOKEN }}"
169+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
170170
run: mage PublishPorter PublishMixins
171-
publish_ghcr:
171+
Publish-publish_docker:
172172
env:
173173
DOCKER_REGISTRY: https://ghcr.io/getporter
174-
DOCKER_USERNAME: "${{ secrets.GHCR_USER }}"
174+
DOCKER_USERNAME: getporterbot
175175
name: Publish Docker Images
176176
needs:
177177
- Validate-build
@@ -201,6 +201,6 @@ jobs:
201201
with:
202202
registry: "${{ env.DOCKER_REGISTRY }}"
203203
username: "${{ env.DOCKER_USERNAME }}"
204-
password: "${{ secrets.PUBLISH_TOKEN }}"
204+
password: "${{ secrets.DOCKER_PASSWORD }}"
205205
- name: Publish Docker Images to ${{inputs.registry}}
206206
run: PORTER_REGISTRY=${{inputs.registry}} mage PublishImages

.github/workflows/changelog.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
ref: main
1414
fetch-depth: 0
15-
token: ${{ secrets.PUBLISH_TOKEN }}
15+
token: ${{ secrets.GITHUB_TOKEN }}
1616

1717
- name: Setup Node.js
1818
uses: actions/setup-node@v2

.github/workflows/close-issues.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Closes issues related to a merged pull request.
17-
uses: ldez/gha-mjolnir@v1.3.2
17+
uses: ldez/gha-mjolnir@v1.1.0
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)