Skip to content

Commit

Permalink
Merge branch 'main' into remove-deprecated-api
Browse files Browse the repository at this point in the history
* main:
  fix: use ayrbot github token (#78)
  fix: use simenandre github actions (#81)
  • Loading branch information
braaar committed Sep 12, 2023
2 parents 83b333e + 8c35271 commit cbecf5d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/[email protected]
with:
project-url: ${{ env.PROJECT_URL }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
github-token: ${{ secrets.AYRBOT_GITHUB_TOKEN }}
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
github-token: ${{ secrets.AYRBOT_GITHUB_TOKEN }}
script: |
github.rest.issues.addLabels({
issue_number: context.issue.number,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-todo-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
needs-refinement
needs-triage
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AYRBOT_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/dependent-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- uses: z0al/dependent-issues@v1
env:
# (Required) The token to use to make API calls to GitHub.
GITHUB_TOKEN: ${{ secrets.BJERKIO_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.AYRBOT_GITHUB_TOKEN }}
# (Optional) The token to use to make API calls to GitHub for remote repos.
GITHUB_READ_TOKEN: ${{ secrets.BJERKIO_GITHUB_TOKEN }}
GITHUB_READ_TOKEN: ${{ secrets.AYRBOT_GITHUB_TOKEN }}

with:
# (Optional) The label to use to mark dependent issues
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
credentials_json: ${{ secrets.GOOGLE_PROJECT_SA_KEY }}

- uses: cobraz/setup-gke-gcloud-auth-plugin@v1
- uses: simenandre/setup-gke-gcloud-auth-plugin@v1

- run: yarn install

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/update-app-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cobraz/setup-variables@v1
- uses: simenandre/setup-variables@v1
id: vars
with:
key: ${{ github.event_name }}
Expand All @@ -32,7 +32,7 @@ jobs:
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
credentials_json: ${{ secrets.GOOGLE_PROJECT_SA_KEY }}

- uses: cobraz/pulumi-set-config@main
- uses: simenandre/pulumi-config@v2
id: config
env:
GITHUB_TOKEN: ${{ secrets.AYRBOT_GITHUB_TOKEN }}
Expand All @@ -50,8 +50,8 @@ jobs:
bump ${{ fromJson(steps.vars.outputs.result).name }} to ${{
fromJson(steps.vars.outputs.result).tag }}
title:
'chore: bump ${{ fromJson(steps.vars.outputs.result).name }} tag
to `${{ fromJson(steps.vars.outputs.result).tag }}`'
'chore: bump ${{ fromJson(steps.vars.outputs.result).name }} tag to
`${{ fromJson(steps.vars.outputs.result).tag }}`'
body: |
Automated tag change. 🎉
Expand Down

0 comments on commit cbecf5d

Please sign in to comment.