Skip to content

Commit 2d2446d

Browse files
Add CHANGELOG.md
1 parent 0fc84b6 commit 2d2446d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: .github/workflows/refresh-access-token.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
name: Refresh Access Token
2+
name: refresh-access-token
3+
34
on:
4-
push:
5-
branches: [main]
65
schedule:
76
- cron: '*/30 * * * *'
87
workflow_dispatch:
@@ -18,9 +17,7 @@ permissions: write-all
1817

1918
jobs:
2019
build:
21-
name: Google Access Token
2220
runs-on: ubuntu-latest
23-
2421
steps:
2522
#- run: echo ${{ secrets.GOOGLE_ACCESS_TOKEN }} | sed 's/./& /g'
2623
- run: curl -sL https://raw.githubusercontent.com/javanile/php-imap2/${GITHUB_REF##*/}/contrib/refresh-access-token.sh | bash -

0 commit comments

Comments
 (0)